before:
00fc054a 4e75 rts == $00fc03bc
now :
00FC054A 4E75 rts šZòºÌ^?
Bcc od DBcc are correct, they still show "== EA" after.
Can you have a look ? (maybe it's a regression in WinUae, I didn't
check)
I think *both* of above behaviors are WinUAE disassembler bugs.
First bug is disassembler not respecting its DISASM_FLAG_CC /
DISASM_FLAG_EA / DISASM_FLAG_VAL options being off.
Second bug is it showing garbage when it skips showing EA values for
short enough instruction names. E.g. not padding things properly
(like Hatari ext disassembler does).
Just enable "uae: show EA + CC values after instruction" disassembly
option until Toni fixes those bugs.