Debugger Problem

Official support forum for the Exodus Emulation Platform

Moderator: Nemesis

Post Reply
plamazy
Newbie
Posts: 6
Joined: Mon Jul 08, 2013 12:04 pm

Debugger Problem

Post by plamazy » Mon Jul 08, 2013 12:10 pm

Hi! Thanks for the cool emulator.

I've noticed a bug in the debugger where registers don't get updated. Particularly, I'm seeing A1 not get updated after:

MOVEA.L $C(A6), A1

Later on, it's really confusing because A1 shows an address different from what it gets data from!

MOVE.B $2(A1), D0

The command above shows the wrong address for A1, and different contents are being written into D0.

Edit:
If you need to test the issue, I have been using Toejam & Earl.

Post Reply