aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-03 21:43:26 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-03 21:43:26 +0100
commite02cf21e0fc4d138c04001b1463e680faec60fe7 (patch)
tree62b16dd49f8b78201a0a59a383a1d6b4c3c074ef /README.md
parent180c71c6ae8a4e6ffdc18249c8e1bc52d151563a (diff)
downloadtr8vm-e02cf21e0fc4d138c04001b1463e680faec60fe7.tar.gz
tr8vm-e02cf21e0fc4d138c04001b1463e680faec60fe7.zip
Add .include directive
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe9597b..f158f2e 100644
--- a/README.md
+++ b/README.md
@@ -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.