summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rwxr-xr-xmacros.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
new file mode 100755
index 0000000..3dd7d89
--- /dev/null
+++ b/macros.asm
@@ -0,0 +1,3 @@
+RGB: MACRO
+ dw (\3 << 10 | \2 << 5 | \1)
+ENDM \ No newline at end of file