summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-09-06 19:13:22 -0700
committerAstrid Smith2010-09-06 19:13:22 -0700
commitc7b7d01595435bcf879ddd0283521b845fdd83f4 (patch)
treecc3b9292766b2e97a72238cbabc2c8f9d3c537a1 /main.asm
parentbe4e09f43d8dae20e8fff2d0af21f0fc33298954 (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.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 61fe95d..0b46a33 100644
--- a/main.asm
+++ b/main.asm
@@ -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