summaryrefslogtreecommitdiff
path: root/macros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'macros.inc')
-rw-r--r--macros.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros.inc b/macros.inc
index 78bbfad..d50c96f 100644
--- a/macros.inc
+++ b/macros.inc
@@ -22,3 +22,23 @@ DMA: macro mode,source,dest,len
pla
endm
+
+ACC16: macro
+ .m16
+ rep #$20
+ endm
+
+ACC8: macro
+ .m8
+ sep #$20
+ endm
+
+INDEX16:macro
+ .x16
+ rep #$10
+ endm
+
+INDEX8: macro
+ .x8
+ sep #$10
+ endm