1
0
Fork
You've already forked dasm
0
🪛 For when Compiler Explorer is overkill but objdump isn't enough
  • Shell 100%
2026年07月06日 03:24:43 -06:00
dasm.sh Initial commit 2026年07月06日 03:24:43 -06:00
README.md Initial commit 2026年07月06日 03:24:43 -06:00

🪛 dasm

I love Compiler Explorer, but sometimes I just want to get the information right from the command line without opening a web browser. This is a simple shell script for inspecting assembly output with arbitrary compiler flags for when objdump won't do.