view bin/asm @ 6083:556cbefa638a

<ais523> revert
author HackBot
date Sat, 17 Oct 2015 08:26:45 +0000
parents 43aaceee0844
children 5516b90279e6
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"