#!/bin/sh

../../test/as-m68k -al -o $1.o $1.asm
../../test/ld-m68k -Ttext 1000 -Tdata 7000 -o $1.exe $1.o 
