mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 13:01:45 +02:00
+ added comment to PutPixel320 with the parameter locations
git-svn-id: trunk@41107 -
This commit is contained in:
parent
d2a04366d4
commit
f8817b128a
@ -2285,6 +2285,9 @@ End;
|
|||||||
{ x,y -> must be in local coordinates. Clipping if required. }
|
{ x,y -> must be in local coordinates. Clipping if required. }
|
||||||
assembler;
|
assembler;
|
||||||
asm
|
asm
|
||||||
|
{# Var X located in register ax
|
||||||
|
# Var Y located in register dx
|
||||||
|
# Var Pixel located in register cx }
|
||||||
push eax
|
push eax
|
||||||
push ebx
|
push ebx
|
||||||
push ecx
|
push ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user