Преглед изворни кода

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

git-svn-id: trunk@37457 -
nickysn пре 8 година
родитељ
комит
4a8aec26bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/test/tasm12c.pp

+ 1 - 1
tests/test/tasm12c.pp

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