summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
Diffstat (limited to '680.inc')
-rw-r--r--680.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/680.inc b/680.inc
new file mode 100644
index 0000000..6ae2abf
--- /dev/null
+++ b/680.inc
@@ -0,0 +1,8 @@
+
+SAVEREG MACRO
+ movem d3-d7/a3-a6,-(sp)
+ ENDM
+
+RESTREG MACRO
+ movem (sp)+,d3-d7/a3-a6
+ ENDM