You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
subrepo: subdir: "tools/asm_differ" merged: "4b38c88" upstream: origin: "https://github.com/simonlindholm/asm-differ" branch: "main" commit: "4b38c88" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
12 lines
443 B
Python
12 lines
443 B
Python
def apply(config, args):
|
|
config["baseimg"] = "target.bin"
|
|
config["myimg"] = "source.bin"
|
|
config["mapfile"] = "build.map"
|
|
config["source_directories"] = ["."]
|
|
# config["show_line_numbers_default"] = True
|
|
# config["arch"] = "mips"
|
|
# config["map_format"] = "gnu" # gnu or mw
|
|
# config["mw_build_dir"] = "build/" # only needed for mw map format
|
|
# config["makeflags"] = []
|
|
# config["objdump_executable"] = ""
|