# HG changeset patch # User HackBot # Date 1445078237 0 # Node ID 047bfffd1043c9ee0c4af0688b52e5235172a15c # Parent 549c712191caf38851ebae453f79c33fef3bdc28 ` sed -i -e \'s/ | perl.*//\' bin/asm diff -r 549c712191ca -r 047bfffd1043 bin/asm --- a/bin/asm Sat Oct 17 10:36:28 2015 +0000 +++ b/bin/asm Sat Oct 17 10:37:17 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" | perl -pe 'if (/^s*(d+:)s*((?:ww )+)s*(S.*)$/) { ($a,$b,$c) = ($1,$2,$3); $_ = "$a $b ".($c =~ s/s+/ /rg); }' +echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d"