diff options
| author | Duncan Smith | 2010-07-17 10:10:38 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-07-17 10:10:38 -0700 |
| commit | 9b019945e2ad47afa810859bc291030b4bc63360 (patch) | |
| tree | 0dcb658f04d32b1ffb1015c08eb7de1e7283763b /main.asm | |
| parent | 9fd1320c6f4b16d7aba4476f7d6caaf7e8f6bc2c (diff) | |
Now initializing PC correctly
Diffstat (limited to 'main.asm')
| -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 |
