Code OCR fix: lodsbyte -> lods byte
This commit is contained in:
parent
f87c4484c2
commit
700514a488
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue