sm64tools icon indicating copy to clipboard operation
sm64tools copied to clipboard

Add elfdump tool for disassembly of ELF object file .text sections

Open simonlindholm opened this issue 4 years ago • 1 comments

Plus a bunch of bugfixes, adding a flag -g for emitting glabel, and using that flag by default in n64split, see individual commits.

Does this seem like a reasonable addition? The main advantage compared to mips-*-objdump -dr is that the output is gas-compatible. (Well, almost; it currently only dumps the .text section, and with -g it doesn't output a definition for glabel. Future work.)

simonlindholm avatar Dec 21 '19 12:12 simonlindholm

https://github.com/Decompollaborate/spimdisasm/tree/develop/spimdisasm/elfObjDisasm has now made this PR redundant.

simonlindholm avatar Dec 26 '22 16:12 simonlindholm