From 73e56070b465f6042e5f9db3203dfab47b5923b6 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:11:50 +0200 Subject: [PATCH] Fix function calling (OCR) --- 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 7d5247f..e60ca76 100644 --- a/src/chapter-31.md +++ b/src/chapter-31.md @@ -702,7 +702,7 @@ Start proc near ; ; Set 320x400 256-color mode. ; -callSet320By400Mode +call Set320By400Mode ; ; We're in 320x400 256-color mode, with page 0 displayed. ; Let's fill page 0 with color bars slanting down and to the right.