diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:31:21 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:31:21 +0100 |
commit | 180c71c6ae8a4e6ffdc18249c8e1bc52d151563a (patch) | |
tree | f4594392966bef0425fedd67b3bf5e0292f2b314 | |
parent | 5fe9a6363cf75d842e1432ac42b3350a040aab26 (diff) | |
download | tr8vm-180c71c6ae8a4e6ffdc18249c8e1bc52d151563a.tar.gz tr8vm-180c71c6ae8a4e6ffdc18249c8e1bc52d151563a.zip |
Clarify
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |