* fixed test tasm12c.pp (uses asmmode intel, not att)

git-svn-id: trunk@37457 -
This commit is contained in:
nickysn 2017-10-14 11:32:54 +00:00
parent dd9b5eb2aa
commit 4a8aec26bf

View File

@ -1,7 +1,7 @@
{ %CPU=i8086 }
{ %NORUN }
{$asmmode att}
{$asmmode intel}
{$asmcpu 80386}
begin