dbbw macro

This commit is contained in:
yenatch 2014-03-03 05:28:53 -05:00
parent 9fb9a286ba
commit 86e77a0229

View File

@ -20,6 +20,11 @@ dbw: MACRO
dw \2
ENDM
dbbw: MACRO
db \1, \2
dw \3
ENDM
dn: MACRO
db \1 << 4 + \2
ENDM