summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-09-07 19:22:41 -0700
committerAstrid Smith2010-09-07 19:22:41 -0700
commit61dfb99656bf6929417a3b9f03d1a0164e372291 (patch)
treec0a3e91d5e384864cb25b7b1b2df6ff3f02f8058 /main.asm
parent63ac7e42bd2aefab3ae00c0f5a81dffdf3c102db (diff)
Fixed the last movea that wasn't size-suffixed
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 0b46a33..9693697 100644
--- a/main.asm
+++ b/main.asm
@@ -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