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 ;