mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* only read the low byte of the pixel color in the asm version of PutPixel320
git-svn-id: trunk@40922 -
This commit is contained in:
parent
925531b99c
commit
9f4e6c48b3
@ -2269,7 +2269,7 @@ End;
|
||||
shr ax, 1
|
||||
shr ax, 1
|
||||
add di, ax
|
||||
mov ax, [Pixel]
|
||||
mov al, byte ptr [Pixel]
|
||||
mov es:[di], al
|
||||
@@Done:
|
||||
end ['ax','di'];
|
||||
|
Loading…
Reference in New Issue
Block a user