From ec39c7c32f2e7ee6678283a61e51b2688bae9163 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 7 Sep 2010 19:22:41 -0700 Subject: Fixed the last movea that wasn't size-suffixed --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 46b6e98..8c93f9c 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 -- cgit v1.2.3