Re: [hatari-devel] WinUAE CPU core disassembler output options : fix for DISASM_FLAG_EA |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 20.11.2022 21.23, Nicolas Pomarède wrote:
pushed the changes to WinUAE and they're now in Hatari, so disasm flags
should work as expected now.
I'm still seeing these:
-------------------------
2470 C800 movea.l (a0,a4.l,$00) == $00e502ac,a2
....
206F 0004 movea.l (a7,$0004),a0
....
2070 0000 movea.l (a0,d0.w,$00) == $00002304,a0
....
4232 0000 clr.b (a2,d0.w,$00) == $00e729f8
-------------------------
So I guess some additional fixes are needed.
After that, having instruction and its parameters in separate columns
(like with ext disassembler) would be final readability improvement.
(Having that "== ..." info in its own column would help readability when
that extra info is configured to be shown.)
- Eero