Objdump

From dreamcast.wiki
Revision as of 13:16, 30 May 2020 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Random Snippets

  • using Objdump to disassemble part of a file, showing how to change the start and stop offsets and also changing from what address we are basing this on
sh-elf-objdump -D -b binary -m sh4 -EL --adjust-vma=0x8c008000 --start-address=0x8c00b800 --stop-address=0x8c00b830  IP.BIN