diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-07-09 07:40:16 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-07-09 07:40:16 +0000 |
| commit | 8260eb35b5aeb8b6dc11bdb6a1af08267522950a (patch) | |
| tree | cc20e78155d0599b1dadacc24cfb99abaf82c86f | |
| parent | switch to "virt" qemu machine (diff) | |
| download | subv-8260eb35b5aeb8b6dc11bdb6a1af08267522950a.tar.gz subv-8260eb35b5aeb8b6dc11bdb6a1af08267522950a.zip | |
remove outdated disasm.sh
| -rwxr-xr-x | disasm.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/disasm.sh b/disasm.sh deleted file mode 100755 index 160bead..0000000 --- a/disasm.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# build test.py and show disassembly -# options: -# -M numeric,no-aliases -./test.py | tail -n +2 | ../mu/apps/hex > a.bin -riscv32-elf-objcopy -I binary -O elf32-littleriscv a.bin a.elf -riscv32-elf-objdump -D a.elf "$@" |
