mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* changed the default i8086 asmmode to Intel
git-svn-id: trunk@25531 -
This commit is contained in:
parent
912299e9e7
commit
a04cbc09b0
@ -46,14 +46,6 @@ const
|
||||
casmreader : ti8086attreader;
|
||||
);
|
||||
|
||||
asmmode_i8086_standard_info : tasmmodeinfo =
|
||||
(
|
||||
id : asmmode_standard;
|
||||
idtxt : 'STANDARD';
|
||||
casmreader : ti8086attreader;
|
||||
);
|
||||
|
||||
initialization
|
||||
RegisterAsmMode(asmmode_i8086_att_info);
|
||||
RegisterAsmMode(asmmode_i8086_standard_info);
|
||||
end.
|
||||
|
@ -69,6 +69,14 @@ const
|
||||
casmreader : ti8086intreader;
|
||||
);
|
||||
|
||||
asmmode_i8086_standard_info : tasmmodeinfo =
|
||||
(
|
||||
id : asmmode_standard;
|
||||
idtxt : 'STANDARD';
|
||||
casmreader : ti8086intreader;
|
||||
);
|
||||
|
||||
begin
|
||||
RegisterAsmMode(asmmode_i8086_intel_info);
|
||||
RegisterAsmMode(asmmode_i8086_standard_info);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user