view bin/asm @ 6084:5516b90279e6

<shachaf> ` sed -i \'s#"1,/0000000000000000/d"#$\'\\\'\'1,/0000000000000000/d; s/\\\\t/ /g\'\\\'\'#\' bin/asm
author HackBot
date Sat, 17 Oct 2015 08:27:50 +0000
parents 556cbefa638a
children 7910bd18a926
line wrap: on
line source

#!/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'