* 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:
nickysn 2019-01-19 21:27:16 +00:00
parent 925531b99c
commit 9f4e6c48b3

View File

@ -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'];