#!/bin/sh

asl -cpu sc/mp 01-stille-nacht.asm &&
p2bin 01-stille-nacht -r '0xc00-$' &&
rm 01-stille-nacht.p

asl -cpu sc/mp 02-oh-tannenbaum.asm &&
p2bin 02-oh-tannenbaum -r '0xc00-$' &&
rm 02-oh-tannenbaum.p

asl -cpu sc/mp 03-hark.asm &&
p2bin 03-hark -r '0xc00-$' &&
rm 03-hark.p

asl -cpu sc/mp 04-jingle-bells.asm &&
p2bin 04-jingle-bells -r '0xc00-$' &&
rm 04-jingle-bells.p

asl -cpu sc/mp 05-mary-had-a-little-lamb.asm &&
p2bin 05-mary-had-a-little-lamb -r '0xc00-$' &&
rm 05-mary-had-a-little-lamb.p
