summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index f59284c4a..f98e53eb2 100644
--- a/macros.asm
+++ b/macros.asm
@@ -7,6 +7,9 @@ Bankswitch EQU $10
JumpTable EQU $28
+NONE EQU 0
+
+
dwb: MACRO
dw \1
db \2