mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* replaced 'mov al,es:[si]' with 'seges lodsb' in GetPixel16
git-svn-id: trunk@40993 -
This commit is contained in:
parent
95f2fffaf8
commit
8cf2792c89
@ -1731,7 +1731,7 @@ end;
|
|||||||
{ read plane 0 }
|
{ read plane 0 }
|
||||||
dec ax { Select plane to read }
|
dec ax { Select plane to read }
|
||||||
out dx,al
|
out dx,al
|
||||||
mov al,es:[si]
|
seges lodsb
|
||||||
and al,bh
|
and al,bh
|
||||||
rol ah,1
|
rol ah,1
|
||||||
or ah,al { save bit in AH }
|
or ah,al { save bit in AH }
|
||||||
|
Loading…
Reference in New Issue
Block a user