[hatari-devel] disasm support for MMU instructions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi
latest dev version of Hatari includes some recent changes from WinUAE's
cpu core to display the MMU instructions in a more explicit form in disasm.
For example, previously :
000400B2 f039 4e00 0000 0530 MMUOP030 $4e000000,#$0530
000400BA f039 4800 0000 0530 MMUOP030 $48000000,#$0530
is now displayed as :
000400B2 f039 4e00 0000 0530 PMOVE CRP,$00000530
000400BA f039 4800 0000 0530 PMOVE $00000530,SRP
Hatari needs to be run with "--disasm uae" to use the WinUAE's disassembler.
If you have some MMU code in your own programs, please check that it's
now correctly displayed.
Nicolas