aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-04 22:55:50 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-04 22:55:50 +0100
commitbdbb811ac1a60920f87a5640f2f68e7f349fe2c0 (patch)
tree5cb0a043213f87f21136247fcb28810f3f304129 /README.md
parent2fc29f20a343504780125aa2bed048cece79a37b (diff)
downloadtr8vm-bdbb811ac1a60920f87a5640f2f68e7f349fe2c0.tar.gz
tr8vm-bdbb811ac1a60920f87a5640f2f68e7f349fe2c0.zip
Include PNG images as data
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fc4fd9..a6d17e3 100644
--- a/README.md
+++ b/README.md
@@ -234,6 +234,11 @@ Assemble the file at current position.
.incbin "filename"
Read the file and add the content to the output at current position.
+.incpng "filename"
+Read the PNG image and add the content to the output at current position. The
+image colours will be matched with the TR8 palette and any non-matchin color
+will be condiered transparent and the image will be included with a mask.
+
#### Load and Store
LD r1, r2