view bin/asm @ 6082:43aaceee0844

<shachaf> ` sed -i \'s#"1,/0000000000000000/d"#$\'\\\'\',/0000000000000000/d; s/\\\\t/ /g\'\\\'\'#\' bin/asm
author HackBot
date Sat, 17 Oct 2015 08:25:28 +0000
parents a8f1a32c9418
children 556cbefa638a
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 $',/0000000000000000/d; s/\t/ /g'