* replaced 'mov al,es:[si]' with 'seges lodsb' in GetPixel16

git-svn-id: trunk@40993 -
This commit is contained in:
nickysn 2019-01-22 14:35:32 +00:00
parent 95f2fffaf8
commit 8cf2792c89

View File

@ -1731,7 +1731,7 @@ end;
{ read plane 0 }
dec ax { Select plane to read }
out dx,al
mov al,es:[si]
seges lodsb
and al,bh
rol ah,1
or ah,al { save bit in AH }