1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 06:40:15 +00:00

Add "disasm sym_info.py" script (#2054)

* 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
This commit is contained in:
Dragorn421 2024-08-19 23:58:41 +02:00 committed by GitHub
parent d191e8714e
commit ebbc820ef6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 239 additions and 2 deletions

View file

@ -18,4 +18,4 @@ toml
mapfile-parser>=2.3.5,<3.0.0
pyelftools==0.30
rabbitizer>=1.0.0,<2.0.0
spimdisasm>=1.21.0,<2.0.0
spimdisasm>=1.28.1,<2.0.0