# This is a submit file for generation of executable files for the unix
# version of the xcheck test program.
# There are a total of 6 executable files, and their generation procedure:
#       exe adbrkp 09010
#       exe cdistp 0a010
#       exe extmrp 09010
#       exe imbk4p 0a010
#       exe tratsp 09010
#       ld -am 1e00 -T 02010 -o transp -e start cdistp.o
#
as -l -y -o $1.o $1.asm >$1.lis
ld -am 8e00 -T $2 -o $1 -e start $1.o
