mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +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;
|
||||
assembler;
|
||||
asm
|
||||
{# Var X located in register ax
|
||||
# Var Y located in register dx }
|
||||
push ebx
|
||||
push ecx
|
||||
push edx
|
||||
|
Loading…
Reference in New Issue
Block a user