repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include/valgrind.h: Fix spelling in a source code comment
[valgrind.git]
/
auxprogs
/
dump_insn_ppc.sh
blob
6c9c1d1b128769400cd1840158dbd9058edc78e0
1
#!/bin/zsh
2
3
objdump
-b
binary
-m
powerpc
-EB -D
\
4
=(
perl
-e
'print pack "N", hex
$ARGV
[0]'
$1
)
|
tail
+
7