summaryrefslogtreecommitdiff
path: root/macros.inc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-09-18 09:39:02 +0000
committerIan C <ianc@noddybox.co.uk>2018-09-18 09:39:02 +0000
commitf196ff1a43ce03decad5c693eb82992dde7c3dd0 (patch)
tree6f5789d8918b881685fc80f68ff2ceec89fb05ef /macros.inc
parent5899c6241b62b8ef0214cb80ba7a1a9a1335c567 (diff)
Initial (corrupted) title page.
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