aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-03 21:31:21 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-03 21:31:21 +0100
commit180c71c6ae8a4e6ffdc18249c8e1bc52d151563a (patch)
treef4594392966bef0425fedd67b3bf5e0292f2b314
parent5fe9a6363cf75d842e1432ac42b3350a040aab26 (diff)
downloadtr8vm-180c71c6ae8a4e6ffdc18249c8e1bc52d151563a.tar.gz
tr8vm-180c71c6ae8a4e6ffdc18249c8e1bc52d151563a.zip
Clarify
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce9f8de..fe9597b 100644
--- a/README.md
+++ b/README.md
@@ -223,7 +223,7 @@ Literal byte. Label can be used with `<` prefix for the low byte of the address
and `>`for the high byte.
.dw imm [, imm]
-Literal word.
+Literal word (16-bit value).
.equ label imm
Define a label assigning an arbitrary immediate.