Browse Source

* use stosb instead of mov in DirectPutPixel16

git-svn-id: trunk@41007 -
nickysn 6 years ago
parent
commit
b9a0b03e4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/msdos/graph.pp

+ 1 - 1
packages/graph/src/msdos/graph.pp

@@ -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