[net.micro.cbm] unixterm-1.0 build problems

joemu@tekecs.UUCP (09/06/84)

Well, I was able to build, relocate, and save a new version of unixterm
with my latest hacks. The problem now is that the flaky basic interpreter
doesn't like my program when I load it. Here's what happens:
load "unixterm-1.1",8
READY
RUN
BAUD? 1200
BAD SUBSCRIPT IN LINE 140

Line 140 is the sys call SYS(3328). If I say SYS 3328 after the subscript
error, the program runs fine. Does anyone know what's going on?

Question two, there are supposedly two formats for downloading files from
the various networks. One is punter (sp?) and I can't remember the other. I
don't currently subscribe to any of the networks but I would like my emulator
to support these two formats. Could anyone please describe these to me in
enough detail so that I can put the code in to support it?