🪛 For when Compiler Explorer is overkill but objdump isn't enough
| dasm.sh | Initial commit | |
| README.md | Initial commit | |
🪛 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.