# HG changeset patch # User HackBot # Date 1445070480 0 # Node ID 7910bd18a926432fe7da758d993efd5f8c4cbb72 # Parent 5516b90279e6030b88855e15daa39ab61800aed0 revert diff -r 5516b90279e6 -r 7910bd18a926 bin/asm --- a/bin/asm Sat Oct 17 08:27:50 2015 +0000 +++ b/bin/asm Sat Oct 17 08:28:00 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 $'1,/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"