diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-26 16:31:40 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-26 16:31:40 +0100 |
commit | 5835c5cb10719ecaa7ed12301730ae82a7e80667 (patch) | |
tree | 836c434754d258dda33e512dbc87921854f46d26 | |
parent | 6c78badb90dc8546b36b9aeaeb70c0aeeccfcb14 (diff) |
Make example in c8asm(5) more clear
-rw-r--r-- | man/c8asm.5 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |