MCPcopy Create free account
hub / github.com/doldecomp/mkdd / show_help

Function show_help

tools/custom/decomp_switch.py:230–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228
229
230def show_help():
231 print("========================")
232 print("decomp_switch.py")
233 print("========================")
234 print("Usage:")
235 print("1. decomp_switch.py my_asm.s")
236 print(" - Run with path to assembly file")
237 print("2. decomp_switch.py")
238 print(" - Run, then paste contents of assembly file")
239 print("[IMPORTANT]")
240 print("- Assembly MUST be in doldisasm format")
241 print("- Assembly must begin at switch (compare instruction), and must end after")
242 print(" the last instruction of the binary search comparisons.")
243
244
245def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected