aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-08 12:12:50 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-08 12:12:50 +0100
commit676046a8e532fb8cb62d558dac6fba07232d1f70 (patch)
tree9c44c3dacad46306283d3d43eb932a110267b6c1 /README.md
parent856a86a7f7796e34efaeada0dc11f771fedf2c67 (diff)
downloadtr8vm-676046a8e532fb8cb62d558dac6fba07232d1f70.tar.gz
tr8vm-676046a8e532fb8cb62d558dac6fba07232d1f70.zip
Clarify that .equ assings an immediate to a label
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd69390..4f70bf0 100644
--- a/README.md
+++ b/README.md
@@ -285,7 +285,7 @@ and `>`for the high byte.
Literal word (16-bit value).
.equ label imm
-Define a label assigning an arbitrary immediate.
+Define a label assigning an arbitrary immediate. Because it is a label, the value will be 16-bit unless `<` or `>` are used.
.include "filename"
Assemble the file at current position.