diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-12 22:06:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-12 22:06:18 +0100 |
commit | a68295151788760d694ef136b00c773973aba772 (patch) | |
tree | 0c4272f1a69bb609a673eba29693aa8223a3b89e /README.md | |
parent | 9e4698a5212e3fccea30145ec41ee7ac822bcd0b (diff) | |
download | tr8vm-a68295151788760d694ef136b00c773973aba772.tar.gz tr8vm-a68295151788760d694ef136b00c773973aba772.zip |
Add .ds directive
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -294,6 +294,9 @@ and `>`for the high byte. .dw imm [, imm] Literal word (16-bit value). +.ds count, imm +Generates `count` bytes with value `imm`. + .equ id value Define an ID assigning a constant value. When the id is used, it will be replaced with its value. |