summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
Diffstat (limited to '680.inc')
-rw-r--r--680.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/680.inc b/680.inc
index c22f8df..5a996e5 100644
--- a/680.inc
+++ b/680.inc
@@ -1,5 +1,14 @@
;; -*- asm -*-
+ ;; Register naming
+ esp EQUR a4
+ epc EQUR a6
+
+ eaf EQUR d3
+ ebc EQUR d4
+ ede EQUR d5
+ ehl EQUR d6
+ eixy EQUR d7
SAVEREG MACRO
movem d3-d7/a3-a6,-(sp)