From f8817b128a8d94de9a4d2bffd64f3bc16a833690 Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 29 Jan 2019 12:58:52 +0000 Subject: [PATCH] + added comment to PutPixel320 with the parameter locations git-svn-id: trunk@41107 - --- packages/graph/src/go32v2/graph.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/graph/src/go32v2/graph.pp b/packages/graph/src/go32v2/graph.pp index 0b0a8852f2..aadd8e0fc4 100644 --- a/packages/graph/src/go32v2/graph.pp +++ b/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