From a687ec48c6666d2a0ff75cb6056e9cd00bd65f37 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 25 Jan 2013 03:42:39 -0500 Subject: give names to some rst commands --- constants.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 2bcb0d223..ce9e5ffe2 100644 --- a/constants.asm +++ b/constants.asm @@ -1,5 +1,8 @@ _CRYSTAL EQU 1 +FarCall EQU $08 +Bankswitch EQU $10 + dwb: MACRO dw \1 db \2 @@ -16,13 +19,13 @@ bigdw: MACRO callab: MACRO ld hl, \1 ld a, BANK(\1) - rst $08 + rst FarCall ENDM callba: MACRO ld a, BANK(\1) ld hl, \1 - rst $08 + rst FarCall ENDM TX_RAM: MACRO -- cgit v1.2.3