summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-09-06 19:13:22 -0700
committerDuncan Smith2010-09-06 19:17:15 -0700
commit6481d81a3c961ea4d08bb7cfafe7011ba57fff3d (patch)
treefc286280a1a3868d94c690e00ef106dc93fc43d7 /main.asm
parent70bc8883020a2da4326439a8308513a7385dc568 (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 e6f2a54..46b6e98 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