view bin/asm @ 6060:a8148392765d

<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:33:39 +0000
parents 0cb5395feb02
children
line wrap: on
line source

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