From f2025ac6e85d5346ed707b93507a5da83c2803dc Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:10:54 +0200 Subject: [PATCH] Add missing ; for ASM comment --- 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 c8825ff..677c870 100644 --- a/src/chapter-31.md +++ b/src/chapter-31.md @@ -341,7 +341,7 @@ LinesDone: ; call GetNextKey mov ax,0003h - int 10h text mode + int 10h ;text mode mov ah,4ch int 21h ;done ;