+ 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:
nickysn 2013-03-26 00:57:38 +00:00
parent 53ad3fc662
commit e16e08b2b6

View File

@ -1038,6 +1038,7 @@ interface
{$endif}
{$ifdef i8086}
AsmWriteLn('BITS 16');
AsmWriteLn('CPU 286');
{$else i8086}
AsmWriteLn('BITS 32');
{$endif i8086}