changeset 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 9992946ad7a4
children cb9389ae761d
files bin/asm
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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