view bin/asm @ 6055:0cb5395feb02

<ais523> ` echo \'echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | tail -n 1\' >> bin/asm
author HackBot
date Fri, 16 Oct 2015 22:30:42 +0000
parents
children a8148392765d
line wrap: on
line source

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