Page 1 of 1

ASM68K.EXE symbol file reader

Posted: Sun Jun 25, 2017 12:17 am
by BigEvilCorporation
With a little help from some friends, I've managed to figure out ASM68K.EXE's symbol file format for converting addresses to files/lines, as well as the symbol table.

C# implementation, hopefully straightforward enough to port to other langs: https://github.com/BigEvilCorporation/ASM68KSymbolDump

My SNASM68K.EXE version is also here (C++): https://github.com/BigEvilCorporation/SN68KCOFFDUMP

A plea to emulator developers - please implement source level debugging for budding new homebrewers, it's one of the major roadblocks for learners :)