view bin/asm @ 6066:bcec7f23a1eb

<ais523> ` sed -i -e \'s/-d/-d --insn-width=20/\' bin/asm
author HackBot
date Fri, 16 Oct 2015 22:38:28 +0000
parents 5d01b6444d98
children 9c8a24f880bf
line wrap: on
line source

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