Move rst constants into macros.asm
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
|
|
||||||
; macros require rst vectors to be defined
|
|
||||||
FarCall EQU $08
|
|
||||||
Bankswitch EQU $10
|
|
||||||
JumpTable EQU $28
|
|
||||||
|
|
||||||
INCLUDE "macros.asm"
|
INCLUDE "macros.asm"
|
||||||
|
|
||||||
INCLUDE "gbhw.asm"
|
INCLUDE "gbhw.asm"
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
; rgbds macros
|
; rgbds macros
|
||||||
|
|
||||||
|
|
||||||
|
; macros require rst vectors to be defined
|
||||||
|
FarCall EQU $08
|
||||||
|
Bankswitch EQU $10
|
||||||
|
JumpTable EQU $28
|
||||||
|
|
||||||
|
|
||||||
dwb: MACRO
|
dwb: MACRO
|
||||||
dw \1
|
dw \1
|
||||||
db \2
|
db \2
|
||||||
|
Reference in New Issue
Block a user