Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!hao!hplabs!sri-unix!rconn@Brl-Mis.ARPA From: rconn@Brl-Mis.ARPA Newsgroups: net.micro.cpm Subject: Re: SID Write command? Message-ID: <12165@sri-arpa.UUCP> Date: Tue, 10-Apr-84 16:45:04 EST Article-I.D.: sri-arpa.12165 Posted: Tue Apr 10 16:45:04 1984 Date-Received: Sun, 15-Apr-84 09:15:52 EST Lines: 19 From: Rick Conn 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