#!/bin/sh

./scmp2asl kitbug.asm >tmp.asm &&
asl -cpu sc/mp -L tmp.asm &&
p2bin tmp -r '0-$' &&
mv tmp.bin kitbug.bin &&
rm tmp.p tmp.asm tmp.lst
