dendrobates-t-azureus/scripts/disassemble.sh
Guillaume DIDIER e010900715 Test infrastructure
- serial port
- harnesses using qemu
2019-10-21 13:10:53 +02:00

4 lines
172 B
Bash
Executable File

#!/bin/bash
# TODO: Use LLVM tools?
x86_64-elf-objdump --no-show-raw-insn -d -Mintel ${1:-target/x86_64-solstice/debug/solstice} | source-highlight -s asm -f esc256 | less