Code OCR fix: lodsbyte -> lods byte

This commit is contained in:
Thomas Perl 2020-05-21 11:10:09 +02:00
commit 700514a488

View file

@ -511,7 +511,7 @@ ReadPixel proc near
mov dx,GC_INDEX mov dx,GC_INDEX
OUT_WORD ;set to read from the proper plane for OUT_WORD ;set to read from the proper plane for
; the pixel ; the pixel
lodsbyte ptr es:[si] ;read the pixel lods byte ptr es:[si] ;read the pixel
ret ret
ReadPixel endp ReadPixel endp
; ;