summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-01-01 20:59:08 -0800
committeryenatch <yenatch@gmail.com>2015-01-01 20:59:08 -0800
commit7b87e67a8939eb6e11e114c485443ca18528bfea (patch)
tree6e53843d812300f24c477f520c0d08897b74b067 /macros.asm
parent7b71a12ed1a11b29997877419cf609ed3e6afd99 (diff)
More labels in code and some mobile datatracking.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 89cf62c63..50c0e2c25 100644
--- a/macros.asm
+++ b/macros.asm
@@ -39,6 +39,11 @@ dbbw: MACRO
dw \3
ENDM
+dbwww: MACRO
+ db \1
+ dw \2, \3, \4
+ ENDM
+
dn: MACRO
db (\1) << 4 + (\2)
ENDM