Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » net.micro.cpm » SID Write command?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
SID Write command? [message #69221] Thu, 23 May 2013 00:02 Go to next message
bridger is currently offline  bridger
Messages: 19
Registered: May 2013
Karma: 0
Junior Member
Message-ID: <12164@sri-arpa.UUCP>
Date: Tue, 10-Apr-84 15:26:00 EST
Article-I.D.: sri-arpa.12164
Posted: Tue Apr 10 15:26:00 1984
Date-Received: Sun, 15-Apr-84 09:15:29 EST
Lines: 4

Does SID have a write-memory-to-file command?  My copy doesn't.  DR
says no.  But haven't there been patching instructions on this list
that use it?
--bridger
Re: SID Write command? [message #69222 is a reply to message #69221] Thu, 23 May 2013 00:02 Go to previous messageGo to next message
rconn is currently offline  rconn
Messages: 51
Registered: February 2013
Karma: 0
Member
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
Re: SID Write command? [message #69223 is a reply to message #69221] Thu, 23 May 2013 00:02 Go to previous messageGo to next message
kevinw%isl is currently offline  kevinw%isl
Messages: 25
Registered: February 2013
Karma: 0
Junior Member
Message-ID: <12167@sri-arpa.UUCP>
Date: Tue, 10-Apr-84 17:21:00 EST
Article-I.D.: sri-arpa.12167
Posted: Tue Apr 10 17:21:00 1984
Date-Received: Sun, 15-Apr-84 09:16:14 EST
Lines: 32

there is a write command for sid 3.0 (the one which comes standard with
the distribution disk).  the documentation for it is in one of the refs
but not the other (typical dri...).

anyway, if you have a cpm3 system the command is:
Wfile[,start,stop]
`file' is a standard cpm file description -- eg q:foo.baz
`start' and `stop' are optional start and stop addresses.  if none
are specified then the start of the tpa is used as start and the
address of the LAST end of load address is used.  this is a nasty bug!
e.g.

A>sid foo.com
SID 3.0...
NEXT LAST HIGH PC 
0C00 0C00 CDFF 0100

#rbar.com
NEXT LAST HIGH PC
0300 0C00 CDFF 0100

#wquux.com
Saved 4 records (4h) 

n.b. -- one would have expected 11 records but someone at dri
screwed up this.  thus to get what would be expected, one must
say

#wquux.com,100,c00
Saved 11 records (0bh)

  -- K
Re: SID Write command? [message #69228 is a reply to message #69221] Thu, 23 May 2013 00:02 Go to previous message
rconn is currently offline  rconn
Messages: 51
Registered: February 2013
Karma: 0
Member
Message-ID: <12168@sri-arpa.UUCP>
Date: Tue, 10-Apr-84 17:29:13 EST
Article-I.D.: sri-arpa.12168
Posted: Tue Apr 10 17:29:13 1984
Date-Received: Sun, 15-Apr-84 09:21:54 EST
Lines: 13

From:      Rick Conn 

I did not find RELS.UTL or REL.UTL (there are two different files)
in the main CP/M archives on SIMTEL20.

In scanning the SIG/M catalog, I note the following references:

	REL.UTL in Vol 76

I can find no other documentation on REL.UTL or RELS.UTL.  Perhaps someone
else knows of the source for details?

	Rick
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: BDS C
Next Topic: Filename attributes in lowercase - a proposal
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Apr 18 20:38:12 EDT 2024

Total time taken to generate the page: 0.03429 seconds