loopDrawDiagonalLoop -> loop DrawDiagonalLoop

This commit is contained in:
Thomas Perl 2020-05-21 11:24:43 +02:00
commit 8d29240973

View file

@ -698,7 +698,7 @@ DrawDiagonalLoop:
; point to the next scan line ; point to the next scan line
ror al,1 ;move the pixel mask one pixel to the right ror al,1 ;move the pixel mask one pixel to the right
adc bx,0 ;advance to the next byte if the pixel mask wrapped adc bx,0 ;advance to the next byte if the pixel mask wrapped
loopDrawDiagonalLoop loop DrawDiagonalLoop
; ;
; Wait for a key to be pressed to end, then return to text mode and ; Wait for a key to be pressed to end, then return to text mode and
; return to DOS. ; return to DOS.