mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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 }
|
||||
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 }
|
||||
|
Loading…
Reference in New Issue
Block a user