mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:39:24 +02:00
* fixed direct asm
This commit is contained in:
parent
f0d58ee1d2
commit
241c8da933
@ -3347,6 +3347,9 @@ end;
|
|||||||
|
|
||||||
|
|
||||||
{$IFDEF I386}
|
{$IFDEF I386}
|
||||||
|
|
||||||
|
{$asmmode direct}
|
||||||
|
|
||||||
Procedure WritePort (Port : Longint; Value : Byte);
|
Procedure WritePort (Port : Longint; Value : Byte);
|
||||||
{
|
{
|
||||||
Writes 'Value' to port 'Port'
|
Writes 'Value' to port 'Port'
|
||||||
@ -3540,7 +3543,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.34 1999-03-29 16:03:10 peter
|
Revision 1.35 1999-04-22 14:48:55 peter
|
||||||
|
* fixed direct asm
|
||||||
|
|
||||||
|
Revision 1.34 1999/03/29 16:03:10 peter
|
||||||
+ clone()
|
+ clone()
|
||||||
|
|
||||||
Revision 1.33 1999/03/11 12:02:03 peter
|
Revision 1.33 1999/03/11 12:02:03 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user