summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
authorDuncan Smith2010-06-30 17:41:52 -0700
committerDuncan Smith2010-06-30 17:41:52 -0700
commitdbe3c673c4c0726a96a155e053fffffe8588e083 (patch)
treee1607ac2035860f3f7d1b5111672e403448b5183 /680.inc
parent2bb62105cd801bbabf1af11c07e0ee18225f3c12 (diff)
foo
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