diff options
Diffstat (limited to 'subx/diff_translate')
-rwxr-xr-x | subx/diff_translate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subx/diff_translate b/subx/diff_translate new file mode 100755 index 00000000..d0224fd7 --- /dev/null +++ b/subx/diff_translate @@ -0,0 +1,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 |