git-svn-id: trunk@38431 -
@@ -4,6 +4,7 @@
{$ifdef fpc}
{$mode delphi}
{$asmmode intel}
+{$PIC OFF}
{$endif}
type
@@ -51,4 +52,4 @@ type
Halt(2);
writeln('ok');
end.
-
+
@@ -1,6 +1,9 @@
{ %CPU=i386 }
{$MODE TP}
+{$ifdef FPC}
+ {$PIC OFF}
+{$endif FPC}
program tasm21a;
@@ -2,6 +2,9 @@
{$ASMMODE INTEL}
program tasm21b;