diff options
| author | Astrid Smith | 2010-07-17 10:10:38 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-07-17 10:10:38 -0700 |
| commit | 98fd9a3d2bd12a5b58c15122297108b83fd2924f (patch) | |
| tree | 6840fadf9e3fb6a66731f465ede257f27e57a213 | |
| parent | 70d0b5e32c6b9d7685a18e153504cfd88ba0f420 (diff) | |
Now initializing PC correctly
| -rw-r--r-- | main.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ emu_setup: movea emu_plain_op,a5 lea emu_run,a2 lea flag_storage,a3 + move.w #$4000,d1 + bsr deref + move a0,a6 + move a0,a4 rts |
