mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +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
|
shr ax, 1
|
||||||
add di, ax
|
add di, ax
|
||||||
mov al, byte ptr [Pixel]
|
mov al, byte ptr [Pixel]
|
||||||
mov es:[di], al
|
stosb
|
||||||
@@Done:
|
@@Done:
|
||||||
end ['ax','di'];
|
end ['ax','di'];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user