1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/tools/disasm
Dragorn421 1ba2d6d0f9
Rework disassembly: out of makefile, separate sections, relocs (#1728)
* Rework disassembly: out of makefile, separate sections, relocs

* another nice print

* fix type hints for python 3.8 dinosaurs

* reencode from utf-8 to euc-jp (iconv) before assemble

* Add "include guards" to macro.inc

* For producing the expected file object files, assemble sections together instead of linking together the individually assembled sections

* review

* fixup

* require spimdisasm >=1.21.0

* remove assembling sections individually (for now)

* uppercase encoding names (standard)
2024-02-12 20:20:25 -05:00
..
gc-eu-mq Rework disassembly: out of makefile, separate sections, relocs (#1728) 2024-02-12 20:20:25 -05:00
disasm.py Rework disassembly: out of makefile, separate sections, relocs (#1728) 2024-02-12 20:20:25 -05:00
do_disasm.sh Rework disassembly: out of makefile, separate sections, relocs (#1728) 2024-02-12 20:20:25 -05:00
file_addresses.py Set up disassembly for gc-eu-mq (#1613) 2024-01-28 18:09:03 +01:00