diff options
| author | Duncan Smith | 2010-09-07 19:22:41 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-07 19:22:41 -0700 |
| commit | ec39c7c32f2e7ee6678283a61e51b2688bae9163 (patch) | |
| tree | 5c5eece8df6ba9b2887340ce342d2ae9dd351858 | |
| parent | dbe094eeae873ff5788b99d8a9c763df963d3a30 (diff) | |
Fixed the last movea that wasn't size-suffixed
| -rw-r--r-- | 680.inc | 16 | ||||
| -rw-r--r-- | main.asm | 2 |
2 files changed, 1 insertions, 17 deletions
@@ -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 @@ -61,7 +61,7 @@ __main: include "alu.asm" emu_setup: - movea emu_plain_op,a5 + movea.l emu_plain_op,a5 lea emu_run,a2 lea flag_storage,a3 move.w #$4000,d1 |
