# HG changeset patch # User HackBot # Date 1445078317 0 # Node ID 3c9e9ebec6ac894a29873cc6a9aef6b673703973 # Parent 304b6e5b089fd75312c1f0496434f3c33cbe7bf5 ` sed -i -e \'s/ | perl.*//\' bin/asm diff -r 304b6e5b089f -r 3c9e9ebec6ac bin/asm --- a/bin/asm Sat Oct 17 10:37:58 2015 +0000 +++ b/bin/asm Sat Oct 17 10:38:37 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*((?:\w\w )+)\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"