From 700514a4885d09f8d915e6bba3cc79532b0004bd Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:10:09 +0200 Subject: [PATCH] Code OCR fix: lodsbyte -> lods byte --- src/chapter-31.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chapter-31.md b/src/chapter-31.md index c3273bc..c8825ff 100644 --- a/src/chapter-31.md +++ b/src/chapter-31.md @@ -511,7 +511,7 @@ ReadPixel proc near mov dx,GC_INDEX OUT_WORD ;set to read from the proper plane for ; the pixel - lodsbyte ptr es:[si] ;read the pixel + lods byte ptr es:[si] ;read the pixel ret ReadPixel endp ;