fuzzy/run.sh

8 lines
163 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
vasm6502_oldstyle fuzzy.asm -dotdir -wdc02 -ldots -Fbin -o fuzzy.rom;
cat fuzzy.rom | ./george > result.bin;
hexdump -C ./result.bin;