diff options
| -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 |
![]() |
index : ~xmc/680 | |
| Unnamed repository; edit this file 'description' to name the repository. | æstrid silico |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | main.asm | 4 |
@@ -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 |