[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Merlin Help - UUCPg for METAL
Hello all...
I'm having a particularly annoying problem with some Merlin 16+ code that I
am trying to assemble. I'm taking parts of TC Wilson's Protocol Source code
to build UUCICO and UUCP-g for METAL.
I have a good portion of the code converted over with a good basis of my own
written in to handle the UUCICO front end, only I can't seem to get it to
compile. I keep getting "BAD SAV" errors in line 138 (The sav line).
According to my merlin manual...
"This is caused by a SAV inside a macro or a SAV after a multiple OBJ after
the last SAV."
Anyone care to interpret this to me, cause I am lost. The snippet of code
that actually does the save is this....
* Data Storage area (Temporary, may be moved to Upper VMH memory)
Command ds 64 ; 64 byte buffer to store the command
Machname ds 64 ; 64 byte buffer for local machine name
Recdir ds 64 ; 64 byte buffer for directory to Receive files into
Sendir ds 64 ; 64 byte buffer for directory to Grab UUCP files from
Error ds 2 ; 2 byte Error code storage space
Mode ds 1 ; 1 byte mode flag (0=caller, 1=host) Will be bitmapped later
lst on
*----------------------------------------------------
* Status window Template
*
* This window is really a packed ptse file. The code generates the
* window's data based on this.
*----------------------------------------------------
window_template
dfb 'N'-64
usr c/xwind.rcv
dfb 'N'-64
dfb 0
sav /CT3/FV/packages/commands/uucp