mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +02:00
* use $asmmode instead of obsolete $i386_intel
This commit is contained in:
parent
7583ae7d01
commit
303ecb3ad2
@ -1,5 +1,7 @@
|
|||||||
var i:integer;
|
{ %cpu=i386 }
|
||||||
{$i386_intel}
|
|
||||||
|
var i:integer;
|
||||||
|
{$asmmode intel}
|
||||||
{ "mov i,1"
|
{ "mov i,1"
|
||||||
is like
|
is like
|
||||||
"mov word ptr [i],1"
|
"mov word ptr [i],1"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{ Submitted by "Denis Yarkovoy" on 2000-07-03 }
|
{ Submitted by "Denis Yarkovoy" on 2000-07-03 }
|
||||||
{ e-mail: gunky9@geocities.com }
|
{ e-mail: gunky9@geocities.com }
|
||||||
{$goto on}
|
{$goto on}
|
||||||
{$i386_intel}
|
{$asmmode intel}
|
||||||
label l1;
|
label l1;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user