summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
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 b39fb1432..531ead5b5 100644
--- a/macros.asm
+++ b/macros.asm
@@ -20,6 +20,11 @@ dbw: MACRO
dw \2
ENDM
+dbbw: MACRO
+ db \1, \2
+ dw \3
+ ENDM
+
dn: MACRO
db \1 << 4 + \2
ENDM