mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ELF=artoo.elf
|
|
|
|
arm-none-eabi-objdump -d $ELF | arm-none-eabi-c++filt -n | less
|