#!/bin/sh

~test/m68k-linux/cc1 $2 $1.c 

~/test/as-m68k $3 -m68000 -o $1.o $1.s
~/test/ld-m68k -e _main -Ttext 1000 -Tdata 7000 -o $1.exe $1.o start.o
