Re: [hatari-devel] WinUAUE CPU -> show EA |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 28/11/2023 à 22:41, J.Young a écrit :
Many thanks, is there a new flag to utilize the patch? With my usual
'setopt --disasm 0x66' still seeing just 'jmp (a0)'.
strange, the value to enable should be 0x20, should be ok with 0x66 :
0x20: uae: show EA + CC values after instruction
in my case with 0x6f it works :
00fc007e 4ed0 jmp (a0) == $00000ecc
can you try setting this option from the command line directly, to be
sure it's not a bug ? (my test in STF mode with tos 1.04FR) :
hatari --disasm 0x6f
Nicolas