mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 15:51:08 +02:00
+ added CPU 286 nasm directive to the i8086 assembly output in order to catch 386+ instructions; the RTL now compiles without generating any 386+ instructions
git-svn-id: branches/i8086@24010 -
This commit is contained in:
parent
53ad3fc662
commit
e16e08b2b6
@ -1038,6 +1038,7 @@ interface
|
||||
{$endif}
|
||||
{$ifdef i8086}
|
||||
AsmWriteLn('BITS 16');
|
||||
AsmWriteLn('CPU 286');
|
||||
{$else i8086}
|
||||
AsmWriteLn('BITS 32');
|
||||
{$endif i8086}
|
||||
|
Loading…
Reference in New Issue
Block a user