summaryrefslogtreecommitdiff
path: root/tools/disasm/sym_info.py
AgeCommit message (Collapse)Author
2024-09-26Fix typos found by codespell (#2229)cadmic
2024-09-05Cleanup: Pass all paths to tools rather than tools constructing them (#2017)Dragorn421
* Pass all paths to tools rather than tools constructing them * fix: make --baserom-segments required * sync with mm reviews * --version everywhere
2024-08-19Add "disasm sym_info.py" script (#2054)Dragorn421
* Add "disasm sym_info.py" script for investigating the expected memory layout * review * add friendly error if context.csv is missing * rom as hexadecimal * require spimdisasm 1.28.1 (technically not *required* but may as well) * some fixups on symbol lookup logic