mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* use stosb instead of mov to draw the pixel inside the asm version of PutPixel320
git-svn-id: trunk@40923 -
This commit is contained in:
parent
9f4e6c48b3
commit
25c3981236
@ -2270,7 +2270,7 @@ End;
|
||||
shr ax, 1
|
||||
add di, ax
|
||||
mov al, byte ptr [Pixel]
|
||||
mov es:[di], al
|
||||
stosb
|
||||
@@Done:
|
||||
end ['ax','di'];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user