diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:51:11 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-03 21:51:11 +0100 |
commit | 011190bb0980df90824e4565b745fe276961f21b (patch) | |
tree | 44ef64ae0a07e8b61694f8ec8cb10cd3a0bee66a | |
parent | e02cf21e0fc4d138c04001b1463e680faec60fe7 (diff) | |
download | tr8vm-011190bb0980df90824e4565b745fe276961f21b.tar.gz tr8vm-011190bb0980df90824e4565b745fe276961f21b.zip |
CLarify
Basically it gets included at the "address" the directive is parsed.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ Define a label assigning an arbitrary immediate. Assemble the file at current position. .incbin "filename" -Read the file and add the content to the output. +Read the file and add the content to the output at current position. #### Load and Store |