aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-03 21:06:25 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-03 21:06:25 +0100
commit5fe9a6363cf75d842e1432ac42b3350a040aab26 (patch)
treede62a37b2ece7c8eb28406edce60640f031b24a2 /README.md
parent0bf740232b8864d378c9557dc374dc1543a2cd99 (diff)
downloadtr8vm-5fe9a6363cf75d842e1432ac42b3350a040aab26.tar.gz
tr8vm-5fe9a6363cf75d842e1432ac42b3350a040aab26.zip
Add incbin and check memory overflow in output
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 18f474f..ce9f8de 100644
--- a/README.md
+++ b/README.md
@@ -228,6 +228,9 @@ Literal word.
.equ label imm
Define a label assigning an arbitrary immediate.
+.incbin "filename"
+Read the file and add the content to the output.
+
#### Load and Store
LD r1, r2