Browse Source

+ comment in GetPixel320 with the parameter locations

git-svn-id: trunk@41112 -
nickysn 6 years ago
parent
commit
00d4bdbc7d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/graph/src/go32v2/graph.pp

+ 2 - 0
packages/graph/src/go32v2/graph.pp

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