summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
authorAstrid Smith2010-06-30 17:41:52 -0700
committerAstrid Smith2010-06-30 17:41:52 -0700
commitbafbb9ac286125c76d893f2057cf6e94277f0dcc (patch)
tree1d78f3a84fd7252b41cf59e023bc97826aff6c4a /680.inc
parent2c7739874f66ac52c826ff2091ca0c09c2bde28b (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