mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 01:29:21 +02:00
* use stosb instead of mov in DirectPutPixel16
git-svn-id: trunk@41007 -
This commit is contained in:
parent
4336c4d793
commit
b9a0b03e4b
@ -1977,7 +1977,7 @@ End;
|
|||||||
add di, [VideoOfs] { add correct page }
|
add di, [VideoOfs] { add correct page }
|
||||||
{ send the data through the display memory through set/reset }
|
{ send the data through the display memory through set/reset }
|
||||||
mov al,es:[di]
|
mov al,es:[di]
|
||||||
mov es:[di],al
|
stosb
|
||||||
|
|
||||||
{ reset for formal vga operation }
|
{ reset for formal vga operation }
|
||||||
mov ax,0ff08h
|
mov ax,0ff08h
|
||||||
|
Loading…
Reference in New Issue
Block a user