mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/bash
|
|
PATH=$PATH:/var/devkit/bin
|
|
arm-agb-elf-objdump -D -m arm -b binary /var/asm/code.bin
|