#!/bin/bash
m68k-elf-as -al -march=68000 -mcpu=68000 --register-prefix-optional -R -o boot.elf boot.s
m68k-elf-ld --section-start .text=0x7c000 --oformat binary -o boot.bin boot.elf
python ./builddisk.py -i boot.bin -o Love_Data_by_Pex_Mahoney_Tufvesson.adf
