annotate bin/asm @ 6081:a8f1a32c9418

<shachaf> ` sed -i \'s#temp\\.o#/tmp/asm.o#g\' bin/asm
author HackBot
date Sat, 17 Oct 2015 08:22:04 +0000
parents 6e702775e5c3
children 43aaceee0844
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6079
6e702775e5c3 <ais523> ` sed -i -e \'1s/n//\' bin/asm
HackBot
parents: 6078
diff changeset
1 #!/bin/sh
6081
a8f1a32c9418 <shachaf> ` sed -i \'s#temp\\.o#/tmp/asm.o#g\' bin/asm
HackBot
parents: 6079
diff changeset
2 echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d"