ソースを参照

+ comment in GetPixel320 with the parameter locations

git-svn-id: trunk@41112 -
nickysn 6 年 前
コミット
00d4bdbc7d
1 ファイル変更2 行追加0 行削除
  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