ASM68K.EXE symbol file reader

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
BigEvilCorporation
Very interested
Posts: 209
Joined: Sat Sep 08, 2012 10:41 am
Contact:

ASM68K.EXE symbol file reader

Post by BigEvilCorporation » Sun Jun 25, 2017 12:17 am

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 :)
A blog of my Megadrive programming adventures: http://www.bigevilcorporation.co.uk

Post Reply