fpc/compiler/msg
nickysn 06b9789928 + implemented a new {$ASMCPU XXX} directive, allowing to specify a different
CPU target for inline assembler blocks. In addition to the different CPUs
  (as listed under 'Supported CPU instruction sets:' in the output of 'fpc -i'),
  it also supports the special values 'ANY' and 'CURRENT'. 'ANY' means no
  restrictions (i.e. all instructions are available). 'CURRENT' means the
  current CPU target (as specified with the '-Cp' command line option). For
  backward compatibility, the default value is 'ANY' for all CPU targets, except
  i8086, where it defaults to 'CURRENT'.

  This directive requires support for the new asd_cpu directive in the assembler
  writer. This is currently implemented only for NASM, but will be supported in
  some of the other assembler writers as well (incl. the x86 internal assembler
  writer).

git-svn-id: trunk@33138 -
2016-02-29 22:25:25 +00:00
..
errorct.msg
errord.msg * Update of German error message files by Karl-Michael Schindler, resolves issue #28010 2015-05-02 13:34:03 +00:00
errorda.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errordu.msg * Update of German error message files by Karl-Michael Schindler, resolves issue #28010 2015-05-02 13:34:03 +00:00
errore.msg + implemented a new {$ASMCPU XXX} directive, allowing to specify a different 2016-02-29 22:25:25 +00:00
errores.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorf.msg
errorfi.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorhe.msg
errorheu.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorid.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
erroriu.msg
errorn.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorpl.msg
errorpli.msg
errorpt.msg
errorptu.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorr.msg
errorru.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00
errorues.msg * Committed working patches to error message files from Stéphane Aulery 2015-04-17 12:19:13 +00:00