Date : Tue, 10 Apr 1984 16:45:04 EST
From : Rick Conn <rconn@Brl-Mis.ARPA>
Subject: Re: SID Write command?
SID/ZSID by themselves do not support a Write/Save command, but in
conjunction with the utility RELS.UTL (or REL.UTL) they do. The utility
provides a number of additional commands which may be executed from within
SID/ZSID, and one such command is C.SAVE, which is used as follows:
ZSID A.RELS.UTL
Imyfile.hex
R <-- Read in file from disk
Imyfile.com <-- Define Name of output file
C.SAVE 100 endadr <-- Write data to disk from 100H to endadr
G0 <-- done
The ZEX.ZEX command file gives a graphic example of the use of RELS.UTL
with some explanation. I'll see if I can look up some documentation on
it. The 4th section (pp 42-49) of the SID manual talks about utilities.
Rick