diff options
| author | Astrid Smith | 2010-06-21 13:02:22 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-21 13:02:22 -0700 |
| commit | e1b749973d6eecbe634c131ffeb22e2273ab32b1 (patch) | |
| tree | 6c6712a21d915d1abcc089d0c636334564e96b7d | |
| parent | 04658aaf0590e3a60a84bb0fb906772cd83f1955 (diff) | |
First version to branch into the emulator core
| -rw-r--r-- | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,6 +52,7 @@ __main: movem.l d0-d7/a0-a6,-(sp) bsr emu_setup + lea emu_plain_op,a5 bsr emu_run movem.l (sp)+,d0-d7/a0-a6 rts @@ -83,7 +84,7 @@ emu_setup: move.l a0,ref_3 movea emu_plain_op,a5 - lea emu_run(pc),a2 + lea emu_run,a2 rts |
