On 11/22/23 13:51, Toni Wilen wrote:
> Toni, is there any reason jsr/jmp are not showing EA with " == $%08X"
> ? Is this on purpose to avoid some problem in the output text ?
It is not related to JSR or JMP but EA being address register only
(An), -(An) or (An)+. I didn't want to add "duplicated" EA part
because you can quickly check current register values. It would only
make debugger output even more uglier. Only EAs that calculate the EA
are included in debugger output.
I can add new disassembler config parameter that forces debugger EA
calculation also for "basic" EAs.
Thank you Toni, that would be appreciated.