#!/bin/bash
# run

uxnasm "$1".tal "$1".rom &&
    uxnemu -2x "$1".rom
