+ comment in GetPixel320 with the parameter locations

git-svn-id: trunk@41112 -
This commit is contained in:
nickysn 2019-01-29 13:13:56 +00:00
parent e26a7f7753
commit 00d4bdbc7d

View File

@ -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