changeset 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 282e62cbb8e5
children 43de83f141b0
files bin/asm
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asm	Fri Oct 16 22:32:23 2015 +0000
+++ b/bin/asm	Fri Oct 16 22:33:39 2015 +0000
@@ -1,1 +1,2 @@
 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"