view bin/asm @ 6063:5d01b6444d98

<ais523> ` echo \'echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"\' >> bin/asm
author HackBot
date Fri, 16 Oct 2015 22:36:19 +0000
parents
children bcec7f23a1eb
line wrap: on
line source

echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"