From e5cd4395c49855dc08664fad209db50a9bbf8419 Mon Sep 17 00:00:00 2001 From: Moon Date: Sun, 24 Jul 2022 17:38:17 -0700 Subject: [PATCH] docu --- helloworld.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.asm b/helloworld.asm index 5f4b783..e927fea 100644 --- a/helloworld.asm +++ b/helloworld.asm @@ -33,6 +33,7 @@ bail inc $d020 jmp *-3 +; macro to convert ASCII text here to native screen codes .enc "screen" my_string .null "HELLO WORLD!" .enc "none"