diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-10 19:49:44 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-10 19:49:44 -0400 |
commit | 5c04ebe6e097a0de1e28848e18a2bd7503b0a967 (patch) | |
tree | 479d127e2bedb1473a0d3f82b936821580943840 /macros.asm | |
parent | 53ae490742814394de3ca61c2c0e50e741d98f22 (diff) |
initial palette
Diffstat (limited to 'macros.asm')
-rwxr-xr-x | macros.asm | 3 |
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 |