mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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 }
|
||||
{ send the data through the display memory through set/reset }
|
||||
mov al,es:[di]
|
||||
mov es:[di],al
|
||||
stosb
|
||||
|
||||
{ reset for formal vga operation }
|
||||
mov ax,0ff08h
|
||||
|
Loading…
Reference in New Issue
Block a user