about summary refs log tree commit diff stats
path: root/diff_translate
blob: dbe55a2450dccd6dcf8e342da9cb5f9ce1dbc58e (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
./translate $*  # into a.elf and a.xxd
diff a0.xxd a.xxd