diff --git a/src/chapter-32.md b/src/chapter-32.md index 5a5c0bb..847b598 100644 --- a/src/chapter-32.md +++ b/src/chapter-32.md @@ -148,7 +148,7 @@ WORD_OUTS_OK equ 1 ;set to 0 to assemble for ; computers that can't handle ; word outs to indexed VGA registers ; -_DATAsegmentpublic byte ‘DATA' +_DATA segment public byte ‘DATA' ; ; 360x480 256-color mode CRT Controller register settings. ; (Courtesy of John Bridges.)