annotate bin/asm @ 6078:9c8a24f880bf

<ais523> ` sed -i -e $(printf "1i\\\\\\n#!/bin/sh") bin/asm
author HackBot
date Sat, 17 Oct 2015 00:53:30 +0000
parents bcec7f23a1eb
children 6e702775e5c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6078
9c8a24f880bf <ais523> ` sed -i -e $(printf "1i\\\\\\n#!/bin/sh") bin/asm
HackBot
parents: 6066
diff changeset
1 n#!/bin/sh
6066
bcec7f23a1eb <ais523> ` sed -i -e \'s/-d/-d --insn-width=20/\' bin/asm
HackBot
parents: 6063
diff changeset
2 echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"