about summary refs log tree commit diff stats
path: root/diff_ntranslate
blob: 46e7684460fe2da40b861516776a91afcd9b6410 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env zsh

set -e
subx translate $* -o a0.elf
xxd a0.elf > a0.xxd
./ntranslate $*  # into a.elf and a.xxd
diff a0.xxd a.xxd