diff options
| author | Astrid Smith | 2010-09-06 19:13:22 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-06 19:17:15 -0700 |
| commit | c5ebff10feafc1a403ca70e79bb9ac8ffb8aa83d (patch) | |
| tree | 1d981f2719b3d58ec37e9ab958a0c2f2f238f9fa /main.asm | |
| parent | be4e09f43d8dae20e8fff2d0af21f0fc33298954 (diff) | |
Registers holding emulated registers are now named.
Hopefully 'esp', 'epc', 'eaf', and friends will be less troublesome
than 'a4', 'a6', and 'd3'.
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ emu_setup: lea flag_storage,a3 move.w #$4000,d1 bsr deref - move.l a0,a6 - move.l a0,a4 + move.l a0,epc + move.l a0,esp rts |
