mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* 8086/8088 support in the asm version of DirectPutPixel320
git-svn-id: trunk@40959 -
This commit is contained in:
parent
88f062dec8
commit
907e3afae4
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user