#!/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