1#!/bin/zsh
2
3objdump -b binary -m powerpc -EB -D \
4  =(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
5