Move rst constants into macros.asm

This commit is contained in:
yenatch 2014-02-02 16:13:23 -05:00
parent 7bae65b664
commit 4f5ae6510c
2 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,4 @@
; macros require rst vectors to be defined
FarCall EQU $08
Bankswitch EQU $10
JumpTable EQU $28
INCLUDE "macros.asm"
INCLUDE "gbhw.asm"

View File

@ -1,5 +1,12 @@
; rgbds macros
; macros require rst vectors to be defined
FarCall EQU $08
Bankswitch EQU $10
JumpTable EQU $28
dwb: MACRO
dw \1
db \2