summaryrefslogtreecommitdiff
path: root/680.inc
diff options
context:
space:
mode:
Diffstat (limited to '680.inc')
-rw-r--r--680.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/680.inc b/680.inc
index 3578ea9..20f3bed 100644
--- a/680.inc
+++ b/680.inc
@@ -11,11 +11,11 @@ ehl EQUR d6
eixy EQUR d7
SAVEREG MACRO
- movem d3-d7/a3-a6,-(sp)
+ movem.l d3-d7/a3-a6,-(sp)
ENDM
RESTREG MACRO
- movem (sp)+,d3-d7/a3-a6
+ movem.l (sp)+,d3-d7/a3-a6
ENDM
;; pushm MACRO