diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:43:26 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:43:26 +0100 |
commit | e02cf21e0fc4d138c04001b1463e680faec60fe7 (patch) | |
tree | 62b16dd49f8b78201a0a59a383a1d6b4c3c074ef /README.md | |
parent | 180c71c6ae8a4e6ffdc18249c8e1bc52d151563a (diff) | |
download | tr8vm-e02cf21e0fc4d138c04001b1463e680faec60fe7.tar.gz tr8vm-e02cf21e0fc4d138c04001b1463e680faec60fe7.zip |
Add .include directive
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -228,6 +228,9 @@ Literal word (16-bit value). .equ label imm Define a label assigning an arbitrary immediate. +.include "filename" +Assemble the file at current position. + .incbin "filename" Read the file and add the content to the output. |