* 8086/8088 support in the asm version of DirectPutPixel320

git-svn-id: trunk@40959 -
This commit is contained in:
nickysn 2019-01-21 13:52:08 +00:00
parent 88f062dec8
commit 907e3afae4

View File

@ -2343,7 +2343,8 @@ End;
mov di, [X]
xchg ah, al { The value of Y must be in AH }
add di, ax
shr ax, 2
shr ax, 1
shr ax, 1
add di, ax
mov al, byte ptr [CurrentColor]
{ check write mode }