Use existing bigdw macro

This commit is contained in:
Rangi
2018-09-09 18:25:43 -04:00
parent 3241c9cfaa
commit f9cf53ecba
2 changed files with 18 additions and 20 deletions

View File

@@ -64,7 +64,7 @@ dd: MACRO ; four-byte (big-endian)
ENDM
bigdw: MACRO ; big-endian word
dx 2, \1
dx 2, \1 ; db HIGH(\1), LOW(\1)
ENDM
dba: MACRO ; dbw bank, address