From 5835c5cb10719ecaa7ed12301730ae82a7e80667 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 26 Feb 2024 16:31:40 +0100 Subject: Make example in c8asm(5) more clear --- man/c8asm.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/c8asm.5 b/man/c8asm.5 index 67d6697..48f6a8d 100644 --- a/man/c8asm.5 +++ b/man/c8asm.5 @@ -26,6 +26,7 @@ hex v2 add v0 5 ; Offset the X position by 5 drw v0 v1 5 +; Draw the sprite for ‘!’ ld i exclamation_sprite add v0 5 drw v0 v1 5 -- cgit v1.2.3