372ec293 ^
9a12e453 ^
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