mirror of https://github.com/zeldaret/mm.git
* Add addresses for makerom and boot segments * Mark entrypoint as the entry of the elf * Add extra labels to macro.inc * Use dlabel, jlabel and endlabel in disassembly * Make jlabel global * git subrepo pull tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "92b9ec72f" upstream: origin: "git@github.com:simonlindholm/asm-processor.git" branch: "main" commit: "92b9ec72f" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * Use `dlabel`s for non-functions in .text * Add linker asserts * Move framebuffer_lo to before the makerom segment to avoid `dot moved backwards` warnings * fix * Improve assert message * fix * Third fix * Fix four * Move undefined_syms to linker_script folder * Make second linker script file to avoid abusing undefined_syms * Update Makefile Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * Rename to extra.ld * Use entrypoint symbol on ROM header --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> |
||
|---|---|---|
| .. | ||
| ZAPD | ||
| ZAPDConfigs/MM | ||
| asm-differ | ||
| asm-processor | ||
| buildtools | ||
| disasm | ||
| fado | ||
| filelists/n64-us | ||
| graphovl | ||
| ido_recomp | ||
| msg | ||
| overlayhelpers | ||
| sizes | ||
| warnings_count | ||
| .gitignore | ||
| Makefile | ||
| assist.py | ||
| calc_bss.sh | ||
| check_format.sh | ||
| check_reordering.py | ||
| entr.py | ||
| eventinfconvert.py | ||
| get_actor_sizes.py | ||
| gitable.py | ||
| m2ctx.py | ||
| namefixer.py | ||
| permuter_settings.toml | ||
| progress.py | ||
| regconvert.py | ||
| reloc_spec_check.sh | ||
| rename_global_asm.py | ||
| rename_sym.sh | ||
| schedule_timeconv.py | ||
| set_o32abi_bit.py | ||
| sfxconvert.py | ||
| sort_actor_funcs.py | ||
| timeconv.py | ||
| vt_fmt.py | ||
| vtxdis.c | ||
| weekeventregconvert.py | ||