# HG changeset patch # User HackBot # Date 1445034642 0 # Node ID 0cb5395feb020bda627e8fcaa55f28051d29a9c2 # Parent 9992946ad7a4205379c55c70c79dd7f4e71e52bf ` echo \'echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | tail -n 1\' >> bin/asm diff -r 9992946ad7a4 -r 0cb5395feb02 bin/asm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/asm Fri Oct 16 22:30:42 2015 +0000 @@ -0,0 +1,1 @@ +echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | tail -n 1