changeset 6066:bcec7f23a1eb

<ais523> ` sed -i -e \'s/-d/-d --insn-width=20/\' bin/asm
author HackBot
date Fri, 16 Oct 2015 22:38:28 +0000
parents 0988e22d8b9f
children 505d305ac63f
files bin/asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asm	Fri Oct 16 22:36:36 2015 +0000
+++ b/bin/asm	Fri Oct 16 22:38:28 2015 +0000
@@ -1,1 +1,1 @@
-echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"
+echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"