소스 검색

+ added comment to PutPixel320 with the parameter locations

git-svn-id: trunk@41107 -
nickysn 6 년 전
부모
커밋
f8817b128a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/graph/src/go32v2/graph.pp

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

@@ -2285,6 +2285,9 @@ End;
  { x,y -> must be in local coordinates. Clipping if required. }
   assembler;
   asm
+      {# Var X located in register ax
+       # Var Y located in register dx
+       # Var Pixel located in register cx }
       push eax
       push ebx
       push ecx