diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:39:02 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:39:02 +0000 |
commit | f196ff1a43ce03decad5c693eb82992dde7c3dd0 (patch) | |
tree | 6f5789d8918b881685fc80f68ff2ceec89fb05ef /macros.inc | |
parent | 5899c6241b62b8ef0214cb80ba7a1a9a1335c567 (diff) |
Initial (corrupted) title page.
Diffstat (limited to 'macros.inc')
-rw-r--r-- | macros.inc | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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
|