summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
authorDuncan Smith2010-11-15 21:54:24 -0800
committerDuncan Smith2010-11-15 21:54:24 -0800
commit100a7d901f880b2904ef78538ce033d7fb2f8c5e (patch)
tree6dc933cf21ff24d2c639bac18412ea77fb0f4e36 /680.inc
parent30d3e7d515d0f62f3b4d60c71f4cf6ef3914265b (diff)
Renamed project files to get rid of final bits of “680”.
Diffstat (limited to '680.inc')
-rw-r--r--680.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/680.inc b/680.inc
deleted file mode 100644
index 9cb3325..0000000
--- a/680.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-;; -*- asm -*-
-
- ;; Register naming
-esp EQUR a4
- ;; a5 is pointer to base of opcode jump table
-epc EQUR a6
-
- ;; d0 is scratch generally used in macros
- ;; d1 is scratch generally used outside macros
- ;; d2 is scratch and up for grabs
-eaf EQUR d3
-ebc EQUR d4
-ede EQUR d5
-ehl EQUR d6
-eixy EQUR d7
-
-SAVEREG MACRO
- movem.l d3-d7/a3-a6,-(sp)
- ENDM
-
-RESTREG MACRO
- movem.l (sp)+,d3-d7/a3-a6
- ENDM