#!/usr/bin/env bash
vasm6502_oldstyle ./src/george.asm -dotdir -wdc02 -ldots -Fbin -o ./src/george.rom;
cargo run;
# hexdump -C ./cpu_dump.bin;