mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 10:10:19 +02:00
* use stosb instead of mov in PutPixelX
git-svn-id: trunk@41045 -
This commit is contained in:
parent
5556757f95
commit
6ad69d0ab9
@ -2655,7 +2655,7 @@ const CrtAddress: word = 0;
|
|||||||
out dx, ax
|
out dx, ax
|
||||||
(* End selection of plane *)
|
(* End selection of plane *)
|
||||||
mov al, byte ptr [Color] ; { only lower byte is used. }
|
mov al, byte ptr [Color] ; { only lower byte is used. }
|
||||||
mov es:[di], al
|
stosb
|
||||||
@@Done:
|
@@Done:
|
||||||
end;
|
end;
|
||||||
{$endif asmgraph}
|
{$endif asmgraph}
|
||||||
|
Loading…
Reference in New Issue
Block a user