comparison 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
comparison
equal deleted inserted replaced
6078:9c8a24f880bf 6079:6e702775e5c3
1 n#!/bin/sh 1 #!/bin/sh
2 echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d" 2 echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"