Bläddra i källkod

+ comment in GetPixel320 with the parameter locations

git-svn-id: trunk@41112 -
nickysn 6 år sedan
förälder
incheckning
00d4bdbc7d
1 ändrade filer med 2 tillägg och 0 borttagningar
  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