#!/bin/csh -ef
# -- BDM -- batch file for gnu-68000-asm
# apapt the following path if necessary
setenv mc /user/res/uwarobot/mc

echo 68332-assembler
m68k-coff-as --register-prefix-optional -m68332 -o $1:r.o $* -I$mc/robios/include

echo obj-copy
m68k-coff-objcopy -O srec $1:r.o $1:r.d32

