#/bin/sh!

romload -x -T 000000 -o bootrom.srec bootrom.ld;
mungesrec -s 0 -e -k 256 bootrom.srec > bootrom.even;
mungesrec -s 0 -o -k 256 bootrom.srec > bootrom.odd;
ls -lt | head;
