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:
parent
d191e8714e
commit
ebbc820ef6
3 changed files with 239 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue