changeset 6062:d34a3bf90393

<ais523> rm bin/asm
author HackBot
date Fri, 16 Oct 2015 22:36:06 +0000
parents 43de83f141b0
children 5d01b6444d98
files bin/asm
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asm	Fri Oct 16 22:35:19 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-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"