changeset 6063:5d01b6444d98

<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:36:19 +0000
parents d34a3bf90393
children c7c88d1812eb
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:36:19 2015 +0000
@@ -0,0 +1,1 @@
+echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"