# HG changeset patch # User HackBot # Date 1445070405 0 # Node ID 556cbefa638a6c3400a12a0d121a4728bb688854 # Parent 43aaceee084404f27891d97cd8b5178b2c8f035c revert diff -r 43aaceee0844 -r 556cbefa638a bin/asm --- a/bin/asm Sat Oct 17 08:25:28 2015 +0000 +++ b/bin/asm Sat Oct 17 08:26:45 2015 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e $',/0000000000000000/d; s/\t/ /g' +echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d"