home *** CD-ROM | disk | FTP | other *** search
- Sat Oct 24, 1987 23:30:44.16 - Robert Heller (see below for
- contact info).
-
- This version of ARC is one I got from John Adams
- (haddock!johna@harvard.harvard.edu). I made some *minor* mods
- for use with my "vanila" CP/M-68K V1.2 system (John's system is a
- CP/M-68K/UNIX hybrid). There are two relocatable CP/M-68K
- executables: ARC.68K is a pure generic CP/M-68K version and
- ARCS400.68K is a Stride 400 series CP/M-68K version. The only
- difference is in the time stamping. ARC.68K stores zeros for the
- time stamp and ARCS400.68K reads the Stride 400 realtime clock
- (does a read on channel 129, with a control word of 4) and uses
- the current time value for the time stamp. The difference code
- is in ARCDOS.C.
-
- I also created a set of build files (vanila CP/M-68K does not
- have a "make" utility). These files are:
-
- ARCMAKE.SUB - rebuilds everything from scratch (non-Stride 400)
- ARCLINK.SUB - links given a set of .O files
- ARCLINK.LNK - data file for LINK68
-
- ARCMAKES.SUB
- ARCLINKS.SUB
- ARCLINKS.LNK - these three files are the same as above, but for
- Stride 400 series systems.
-
- Some notes on these files - they assume that the ARC source code
- is on the current drive and the "system" files (C compiler, C
- include files, C run-time libraries, assembler, assembler data
- file, etc.) are on drive D: and assume that you have my
- alternitive ERA.68K program (also on drive D:). Oh, you also
- need my TIME.H file for the Stride 400 version. (The ERA.C/.68K
- and TIME.H/TIME.C are available separately).
-
- Robert Heller
- Star Route Box 51A
- Wendell, MA 01379
- ARPA: Heller@CS.UMass.EDU
- BITNET: Heller@UMass.BITNET
- BIX: Heller
- GEnie: RHeller
- FidoNet: Robert Heller @ 1:321/148
- CompuServe: 71450,3432
-