annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6066
bcec7f23a1eb <ais523> ` sed -i -e \'s/-d/-d --insn-width=20/\' bin/asm
HackBot
parents: 6063
diff changeset
1 echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"