• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Ask for annotate assembly of Performa ROM

rickyzhang

Well-known member
I'm reading Basilisk II emulation code. To understand the ROM patching in BII emulation, I disassembled Performa ROM with cxmon and radare2 (see wiki I wrote https://github.com/cebix/macemu/wiki/ROM-Analysis-in-Basilisk-II-Emulation#disassemble-original-68k-mac-rom). 

Disassemble works but it requires some serious reading. I don't know why IDA doesn't work in M68k binary file. It may be easier to read in IDA compared to text file.

I wonder if anyone has ever annotate or write in-line comment in assembly of Performa ROM in the past.

TIA

 
Top