summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
authorAstrid Smith2010-09-07 19:22:41 -0700
committerAstrid Smith2010-09-07 19:22:41 -0700
commit61dfb99656bf6929417a3b9f03d1a0164e372291 (patch)
treec0a3e91d5e384864cb25b7b1b2df6ff3f02f8058 /680.inc
parent63ac7e42bd2aefab3ae00c0f5a81dffdf3c102db (diff)
Fixed the last movea that wasn't size-suffixed
Diffstat (limited to '680.inc')
-rw-r--r--680.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/680.inc b/680.inc
index 20f3bed..ac22f33 100644
--- a/680.inc
+++ b/680.inc
@@ -17,19 +17,3 @@ SAVEREG MACRO
RESTREG MACRO
movem.l (sp)+,d3-d7/a3-a6
ENDM
-
-;; pushm MACRO
-;; movem \1,-(sp)
-;; ENDM
-
-;; popm MACRO
-;; movem (sp)+,\1
-;; ENDM
-
-;; push MACRO
-;; move.\0 \1,-(sp)
-;; ENDM
-
-;; pop MACRO
-;; move.\0 (sp)+,\1
-;; ENDM