To my ears, this is, far and away, the best rendition of "Theme from #MondoCane" (aka "More")—Kai Winding, Frank Sinatra, and loads of other greats not withstanding.
To my ears, this is, far and away, the best rendition of "Theme from #MondoCane" (aka "More")—Kai Winding, Frank Sinatra, and loads of other greats not withstanding.
#hacking #6809 #wersi
A question to the reverse engineering community: what's your favorite (cheap or free) set of tools to R.E. a firmware running on a 6809 (with ACIA), i.e define RAM/IO/ROM architecture, disassemble bin files, abstract to C code and emulate/debug?
- IDA Pro seems to do the job but it's expensive.
- Ghidra to disassemble. It doesn't provide an emulator/debugger.
- MAME could be an option. It requires a significant effort to create the virtual machine.
- Verilog simulation?