@@ -29,8 +29,6 @@ implementation
uses
dos;
-{$ASMMODE INTEL}
-
var
DelayCnt : Longint;
VidSeg : Word;
@@ -14,7 +14,6 @@
**********************************************************************}
-{$asmmode intel}
{****************************************************************************
FPU Control word
@@ -12,7 +12,6 @@
-{$ASMMODE intel}
{NOTE: the fpatan instruction on the 8087 and 80287 has the following restrictions:
0 <= ST(1) < ST(0) < +inf
{$inline on}
unit dos;
@@ -102,7 +102,6 @@ Var
Implementation
-{$asmmode INTEL}
Function InitMouse: Boolean;
begin
@@ -50,8 +50,6 @@ var
implementation
{ to give easy port access like tp with port[] }
procedure tport.writeport(p : word;data : byte);assembler;
@@ -1,7 +1,5 @@
unit system;
interface
{$DEFINE FPC_NO_DEFAULT_HEAP}