mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 03:09:34 +01:00
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 - |
||
|---|---|---|
| .. | ||
| errorct.msg | ||
| errord.msg | ||
| errorda.msg | ||
| errordu.msg | ||
| errore.msg | ||
| errores.msg | ||
| errorf.msg | ||
| errorfi.msg | ||
| errorhe.msg | ||
| errorheu.msg | ||
| errorid.msg | ||
| erroriu.msg | ||
| errorn.msg | ||
| errorpl.msg | ||
| errorpli.msg | ||
| errorpt.msg | ||
| errorptu.msg | ||
| errorr.msg | ||
| errorru.msg | ||
| errorues.msg | ||