aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-26 16:31:40 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-26 16:31:40 +0100
commit5835c5cb10719ecaa7ed12301730ae82a7e80667 (patch)
tree836c434754d258dda33e512dbc87921854f46d26 /man
parent6c78badb90dc8546b36b9aeaeb70c0aeeccfcb14 (diff)
Make example in c8asm(5) more clear
Diffstat (limited to 'man')
-rw-r--r--man/c8asm.51
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