mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:09:18 +02:00
+ comment in GetPixel320 with the parameter locations
git-svn-id: trunk@41112 -
This commit is contained in:
parent
e26a7f7753
commit
00d4bdbc7d
@ -2319,6 +2319,8 @@ End;
|
|||||||
Function GetPixel320(X,Y: smallint):word;
|
Function GetPixel320(X,Y: smallint):word;
|
||||||
assembler;
|
assembler;
|
||||||
asm
|
asm
|
||||||
|
{# Var X located in register ax
|
||||||
|
# Var Y located in register dx }
|
||||||
push ebx
|
push ebx
|
||||||
push ecx
|
push ecx
|
||||||
push edx
|
push edx
|
||||||
|
Loading…
Reference in New Issue
Block a user