mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
+ added the asmmodes_x86_att set constant - similar to asmmode_x86_intel, but for AT&T asm syntax
git-svn-id: trunk@42212 -
This commit is contained in:
parent
697f2fcf75
commit
dec03b5ac7
@ -440,6 +440,17 @@ interface
|
||||
asmmode_x86_64_intel
|
||||
];
|
||||
|
||||
{ x86 asm modes with an AT&T-style syntax }
|
||||
asmmodes_x86_att = [
|
||||
{$if defined(i386) or defined(x86_64)}
|
||||
asmmode_standard,
|
||||
{$endif}
|
||||
asmmode_i8086_att,
|
||||
asmmode_i386_att,
|
||||
asmmode_x86_64_att,
|
||||
asmmode_x86_64_gas
|
||||
];
|
||||
|
||||
var
|
||||
targetinfos : array[tsystem] of psysteminfo;
|
||||
arinfos : array[tar] of parinfo;
|
||||
|
Loading…
Reference in New Issue
Block a user