mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:30:36 +02:00
* stdcall
This commit is contained in:
parent
7d881c5c07
commit
9e9d7ec6f4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{$asmmode intel}
|
{$asmmode intel}
|
||||||
|
|
||||||
PROCEDURE Cursor(Form: word);assembler;
|
PROCEDURE Cursor(Form: word);assembler;stdcall;
|
||||||
asm
|
asm
|
||||||
mov cx,word ptr[Form]
|
mov cx,word ptr[Form]
|
||||||
and cx,1F1Fh
|
and cx,1F1Fh
|
||||||
|
Loading…
Reference in New Issue
Block a user