Skip to content

Commit

Permalink
update the objdump script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 16, 2024
1 parent 5e5fd5c commit 5269101
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dump.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cargo build --examples --verbose
arm-none-eabi-objdump --headers --disassemble --demangle --architecture=armv4t --no-show-raw-insn -Mreg-names-std target/thumbv4t-none-eabi/debug/examples/hello >target/dump-hello.txt
arm-none-eabi-objdump --headers --disassemble --demangle --architecture=armv4t --no-show-raw-insn -Mreg-names-std target/thumbv4t-none-eabi/debug/examples/asm_scratch >target/dump-asm_scratch.txt
cargo build --examples
arm-none-eabi-objdump --headers --disassemble --demangle --architecture=armv4t --no-show-raw-insn -Mreg-names-std --visualize-jumps target/thumbv4t-none-eabi/debug/examples/mode3_pong_example_game >target/dump-mode3_pong_example_game.txt

0 comments on commit 5269101

Please sign in to comment.