I'm reading Basilisk II ROM patching code. So I disassemble the original ROM with cxmon from BII and radare2 --
https://github.com/cebix/macemu/wiki/ROM-Analysis-in-Basilisk-II-Emulation#disassemble-original-68k-mac-rom
Both of them are not quite great. It didn't annotate data correctly in the ROM.
I want to try to disassemble ROM as binary file in IDA. But I have to hit command C to the place that I think is code segment to disassemble small related portion. I know that ROM starts at 0x2a. But this didn't give a whole picture of ROM. I want to disassemble the whole things.
Any suggestion?