view bin/asm @ 6079:6e702775e5c3

<ais523> ` sed -i -e \'1s/n//\' bin/asm
author HackBot
date Sat, 17 Oct 2015 00:54:12 +0000
parents 9c8a24f880bf
children a8f1a32c9418
line wrap: on
line source

#!/bin/sh
echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"