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

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