mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
- rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on
that platform git-svn-id: trunk@27144 -
This commit is contained in:
parent
2425eb243a
commit
41d28f91e5
@ -29,8 +29,6 @@ implementation
|
|||||||
uses
|
uses
|
||||||
dos;
|
dos;
|
||||||
|
|
||||||
{$ASMMODE INTEL}
|
|
||||||
|
|
||||||
var
|
var
|
||||||
DelayCnt : Longint;
|
DelayCnt : Longint;
|
||||||
VidSeg : Word;
|
VidSeg : Word;
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$asmmode intel}
|
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
FPU Control word
|
FPU Control word
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$ASMMODE intel}
|
|
||||||
|
|
||||||
{NOTE: the fpatan instruction on the 8087 and 80287 has the following restrictions:
|
{NOTE: the fpatan instruction on the 8087 and 80287 has the following restrictions:
|
||||||
0 <= ST(1) < ST(0) < +inf
|
0 <= ST(1) < ST(0) < +inf
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$inline on}
|
{$inline on}
|
||||||
{$asmmode intel}
|
|
||||||
|
|
||||||
unit dos;
|
unit dos;
|
||||||
|
|
||||||
|
@ -102,7 +102,6 @@ Var
|
|||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
{$asmmode INTEL}
|
|
||||||
|
|
||||||
Function InitMouse: Boolean;
|
Function InitMouse: Boolean;
|
||||||
begin
|
begin
|
||||||
|
@ -50,8 +50,6 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$asmmode INTEL}
|
|
||||||
|
|
||||||
{ to give easy port access like tp with port[] }
|
{ to give easy port access like tp with port[] }
|
||||||
|
|
||||||
procedure tport.writeport(p : word;data : byte);assembler;
|
procedure tport.writeport(p : word;data : byte);assembler;
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
unit system;
|
unit system;
|
||||||
|
|
||||||
{$ASMMODE intel}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$DEFINE FPC_NO_DEFAULT_HEAP}
|
{$DEFINE FPC_NO_DEFAULT_HEAP}
|
||||||
|
Loading…
Reference in New Issue
Block a user