Objdump

From dreamcast.wiki
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