From b9bf2eb0edc3a8e3c9b1a058c2f6f17e9301e73b Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:14:12 +0200 Subject: [PATCH] _DATAsegmentpublic -> _DATA segment public --- src/chapter-32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)