mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:09:12 +02:00
* standard assembler reader for i386
git-svn-id: trunk@235 -
This commit is contained in:
parent
edffc31139
commit
757ed4e8d3
@ -46,6 +46,14 @@ const
|
|||||||
casmreader : ti386attreader;
|
casmreader : ti386attreader;
|
||||||
);
|
);
|
||||||
|
|
||||||
|
asmmode_i386_standard_info : tasmmodeinfo =
|
||||||
|
(
|
||||||
|
id : asmmode_standard;
|
||||||
|
idtxt : 'STANDARD';
|
||||||
|
casmreader : ti386attreader;
|
||||||
|
);
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterAsmMode(asmmode_i386_att_info);
|
RegisterAsmMode(asmmode_i386_att_info);
|
||||||
|
RegisterAsmMode(asmmode_i386_standard_info);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user