[net.micro.cbm] UNIXTERM-1.0 build problem

joemu@tekecs.UUCP (08/30/84)

I have a copy of the unixterm-1.0 distribution that someone on the net
was distributing. I am in the process of modifying it to support ascii
upload/download and *80 column* screens. My problem is that when I try to
load the assembled source (with the cruddy cbm assembler package) I get
the fatal error, "Loading to a non-RAM location". It looks like the code
is supposed to load at location 0xa080. I have two fundamental problems:

1. How can I load the program
2. How do I merge it with the short basic program that does the SYSnnnn
   for me? I would guess you put the assembler object directly behind the
   basic program in memory and poke the ending address into some magic
   memory location so "save" will save the basic and assembler combination
   together.

Does anyone have the answers to these questions?