home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / cpmarch2.txt < prev    next >
Text File  |  1993-02-20  |  122KB  |  2,952 lines

  1.  1-Feb-93 00:00:10-MST,7439;000000000000
  2. Mail-From: W8SDZ created at 31-Jan-93 23:56:50
  3. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4. Date: Sun, 31 Jan 93 23:56:49 MST
  5. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  6. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  7. Subject: INFO-CPM Digest V93 #20
  8. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  9. Message-ID: <930131235649.V93N20@WSMR-SIMTEL20.ARMY.MIL>
  10. Precedence: Bulk
  11.  
  12. INFO-CPM Digest             Sun, 31 Jan 93       Volume 93 : Issue   20
  13.  
  14. Today's Topics:
  15.                     (The) Computer Journal -SCSI-
  16.                     8080/8085/Z80 Code Identifier
  17.                    Printing screens on a Kaypro II
  18.                          Re: Televideo TS 803
  19.              Re: what means the initials CP/M ? (2 msgs)
  20.                    Re: Wordstar-Mailmerge-Spellstar
  21.                      Wordstar-Mailmerge-Spellstar
  22.  
  23. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  24. messages collected from a Usenet feed or submitted directly for
  25. redistribution.  The messages are presented as-is, except for header
  26. reduction.  The products mentioned and the opinions expressed in these
  27. messages do not necessarily imply an endorsement by anyone or any
  28. agency involved in the redistribution of these messages.  Although the
  29. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  30. DIST-CPM by LISTSERV@RPITSVM.
  31.  
  32. Please use the mailing list server to add or delete yourself from the
  33. list.  If you wish to unsubscribe, send e-mail (from the same address
  34. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  35. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  36. command in the body of the message:  SIGNOFF DIST-CPM
  37.  
  38. ----------------------------------------------------------------------
  39.  
  40. Date: 29 Jan 93 01:50:51 GMT
  41. From: kasdorf@alpha.uleth.ca (Matthew Kasdorf)
  42. Subject: (The) Computer Journal -SCSI-
  43. Keywords: Computer Journal SCSI
  44. Summary: Can't find the (The) Computer Journal artical on building a SCSI port
  45. Message-ID: <kasdorf.728272251@honte>
  46.  
  47. Hi all!
  48.  
  49. I recall seeing some talk about building a SCSI port for my CP/M machine
  50. and that it was in a magazine called (The) Computer Journal...
  51. My library has "The Computer Journal" but it's mostly math and such; no
  52. tech stuff, is there a magazine titled "Computer Journal"?
  53.  
  54. Any help on the subject would be most apreciated.
  55.  
  56. Thanks in advance.
  57.  
  58. -- Matt
  59.    kasdorf@alpha.uleth.ca
  60.  
  61. ------------------------------
  62.  
  63. Date: 31 Jan 93 00:47:23 GMT
  64. From: pm@nowster.demon.co.uk
  65. Subject: 8080/8085/Z80 Code Identifier
  66. Message-ID: <728441243snz@nowster.demon.co.uk>
  67.  
  68. In article <winslade.727827432@cwis> winslade@cwis.unomaha.edu writes:
  69.  
  70. Apologies if this has already appeared on the net. I beleive the 
  71. original reply I made got thrown away due to a news disc overflow on 
  72. another site.
  73.  
  74.  > There's a trick I SORTA remember which uses the Z80's additional overflow
  75.  > capability of the parity flag.  I can't remember the specifics, but
  76.  > trying this on an 8080/8085 and a Z80 will yield different results.
  77.  >
  78.  >  MVI A,80H
  79.  >  SUI 81H        ;; force an overflow
  80.  >  JPO WHATEVER
  81.  >
  82.  > If I remember correctly, the parity flag will be set on one and clear on
  83.  > the other, but I cannot remember offhand which one it is.
  84.  
  85. This is taken from the CP/M virus I wrote, but never released:
  86.  
  87.         sub     a
  88.         jp      pe,notz80        ; test for 8080
  89.  
  90. The trick is that on an 8080 the parity is even (A is zero) which SETS
  91. the P/V flag, and on a Z80 there has been no overflow, so the flag is
  92. clear.
  93.  
  94.  
  95. -- 
  96. Paul Martin
  97. pm@nowster.demon.co.uk
  98.  
  99. ------------------------------
  100.  
  101. Date: Sat, 30 Jan 93 16:22 CST
  102. From: "H.Stephen Wright" <C60HSW1@NIU.BITNET>
  103. Subject: Printing screens on a Kaypro II
  104. Message-ID: <9301301622.C60HSW1@NIU.BITNET>
  105.  
  106. Hello,
  107.  
  108. Does anyone on this list know of a way to print a screen on a
  109. Kaypro II?  I would like to be able to dump a screen to the
  110. printer while using communications software.
  111.  
  112. One alternative would be to save the screens and print them later.
  113. I have a program called TOON which is supposed to save screens to
  114. a disk file, but the machine locks up when I try to use TOON with
  115. communications software.
  116.  
  117. Stephen Wright
  118. Music Library
  119. Northern Illinois University
  120. c60hsw1@niu.bitnet
  121.  
  122. ------------------------------
  123.  
  124. Date: 31 Jan 93 13:07:07 GMT
  125. From: bmarcum@world.std.com (Bill Marcum)
  126. Subject: Re: Televideo TS 803
  127. Message-ID: <C1pz3w.5zK@world.std.com>
  128.  
  129. I have a TPC I, which is almost the same machine as the 803, but has only one
  130. serial port.  The manual has a little information about the STI chip, which
  131. is a Mostek 3801.  There is an IMP overlay available for it, but I haven't
  132. seen one for ZMP.  David Goodenough wrote Qterm for this machine, so with
  133. that program you don't need an overlay.
  134.  
  135. Bill Marcum  bmarcum@world.std.com
  136.  
  137. ------------------------------
  138.  
  139. Date: 29 Jan 93 15:25:45 GMT
  140. From: martinpa@t9.cs.man.ac.uk (Paul Martin)
  141. Subject: Re: what means the initials CP/M ?
  142. Message-ID: <7520@m1.cs.man.ac.uk>
  143.  
  144. In <799@muller.loria.fr> cardeira@loria.crin.fr (Cardeira Carlos) writes:
  145.  
  146. >Can anyone tell me what exactely means the initials CP/M
  147. >(Control Process/Machine ?)
  148.  
  149. Most of the CP/M manuals refer to
  150.  
  151. Control Program for Microprocessors
  152.  
  153. Although it is said that Gary Kildall can no longer remember what
  154. he called it originally.
  155.  
  156. --
  157. Paul Martin
  158. martinpa@cs.man.ac.uk
  159.  
  160. ------------------------------
  161.  
  162. Date: 30 Jan 93 00:36:31 GMT
  163. From: fmouse@wixer.cactus.org (Lindsay Haisley)
  164. Subject: Re: what means the initials CP/M ?
  165. Message-ID: <1993Jan30.003631.12989@wixer.cactus.org>
  166.  
  167. In article <799@muller.loria.fr> cardeira@loria.crin.fr (Cardeira Carlos) writes:
  168. >
  169. >Can anyone tell me what exactely means the initials CP/M
  170. >(Control Process/Machine ?)
  171.  
  172. Here' the definitive word, from a book entitled "CP/M Software Finder",
  173. copublished by Que and DR., on p. 18:
  174.  
  175. "CP/M is the idea of Dr. Gary Kildall, founder and Chief Executive Officer
  176. of Digital Research Inc.  Originated in the mid-1970s when punched paper
  177. tape was the standard method of storage, CP/M was created to ease the burden
  178. of program development.  The abbreviation CP/M stands for Control Program
  179. for Microcomputers"
  180.  
  181. -- 
  182. "Everything works if you let it"    |                Lindsay Haisley
  183. -- The Roadie                       |            fmouse@wixer.cactus.org
  184.                             |                    * * * *
  185.                                 |               Austin, Texas, USA
  186.  
  187. ------------------------------
  188.  
  189. Date: 1 Feb 93 04:27:01 GMT
  190. From: donm@crash.cts.com (Don Maslin)
  191. Subject: Re: Wordstar-Mailmerge-Spellstar
  192. Message-ID: <1993Jan31.202701.5202@crash>
  193.  
  194. I can probably help you with Mailmerge and Spellstar for your WS, but
  195. need to know the version.  Email me please.
  196.  
  197.                          - don
  198.  
  199. ------------------------------
  200.  
  201. Date: 30 Jan 93 08:27:50 GMT
  202. From: aq743@cleveland.Freenet.Edu (William P. Maloney)
  203. Subject: Wordstar-Mailmerge-Spellstar
  204. Message-ID: <1kde66INNfq5@usenet.INS.CWRU.Edu>
  205.  
  206.     I have a registered copy of Wordstar on a Kaypro IV format.
  207. I'm now looking for Mailmerge and Spellstar files to add to it.
  208. Anyone out there know where I can find them?
  209.  
  210.  
  211.      
  212.  
  213.  
  214.                           
  215.  
  216. ------------------------------
  217.  
  218. End of INFO-CPM Digest V93 Issue #20
  219. ************************************
  220.  5-Feb-93 21:15:39-MST,9858;000000000000
  221. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  222. Date: Fri,  5 Feb 93 21:15:06 MST
  223. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  224. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  225. Subject: INFO-CPM Digest V93 #21
  226. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  227. Message-ID: <930205211506.V93N21@WSMR-SIMTEL20.ARMY.MIL>
  228. Precedence: Bulk
  229.  
  230. INFO-CPM Digest             Fri,  5 Feb 93       Volume 93 : Issue   21
  231.  
  232. Today's Topics:
  233.                     Another QX-10 Question (HELP)
  234.                   Boot Code for CROMEMCO System One
  235.                          CP/M System for sale
  236.                         Electronics on the way
  237.               Re: (The) Computer Journal -SCSI- (2 msgs)
  238.                   Re: what means the initials CP/M ?
  239.                 TeleVideo TS-802H with a sick Harddisk
  240.                       ZMP/RZMP sources uploaded
  241.  
  242. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  243. messages collected from a Usenet feed or submitted directly for
  244. redistribution.  The messages are presented as-is, except for header
  245. reduction.  The products mentioned and the opinions expressed in these
  246. messages do not necessarily imply an endorsement by anyone or any
  247. agency involved in the redistribution of these messages.  Although the
  248. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  249. DIST-CPM by LISTSERV@RPITSVM.
  250.  
  251. Please use the mailing list server to add or delete yourself from the
  252. list.  If you wish to unsubscribe, send e-mail (from the same address
  253. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  254. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  255. command in the body of the message:  SIGNOFF DIST-CPM
  256.  
  257. ----------------------------------------------------------------------
  258.  
  259. Date: 3 Feb 93 05:31:00 GMT
  260. From: agate!usenet.ins.cwru.edu!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!mlb.semi.harris.com!eilc!postmaster@ucbvax.Berkeley.EDU  (Clifford Fawley)
  261. Subject: Another QX-10 Question (HELP)
  262. Message-ID: <728752096.AA00122@eilc.fidonet.org>
  263.  
  264.  
  265. ------------------------------
  266.  
  267. Date: 2 Feb 93 15:20:48 GMT
  268. From: ms@concert.net (Mark Stubbs)
  269. Subject: Boot Code for CROMEMCO System One
  270. Summary: Boot code needed for Cromemco
  271. Message-ID: <1993Feb2.152048.22418@ncsu.edu>
  272.  
  273. Hello,
  274.  
  275. I am going to be using a Cromemco 68000 based S100 system for some work.
  276. What I need is boot code that I can feed into the Z80 to bring the 68K
  277. online.  This is one of those beasts where the Z80 kickstarts the 68000.
  278. I can talk to the IO Processor Z80 and the Boot monitor (RDOS) Z80.
  279.  
  280. If someone could mail me a little piece of code that I can enter to make
  281. the switch from running on the Z80 to the 68K it would be greatly
  282. appreciated.  If anyone has some of the old O/S disks for this, I could
  283. possibly work my way back from there.
  284.  
  285. Thanks Much!!
  286. Mark Stubbs
  287. ms@concert.net
  288.  
  289. ------------------------------
  290.  
  291. Date: 2 Feb 93 16:25:18 GMT
  292. From: L697187@LMSC5.IS.LMSC.LOCKHEED.COM
  293. Subject: CP/M System for sale
  294. Message-ID: <93033.30318.L697187@LMSC5.IS.LMSC.LOCKHEED.COM>
  295.  
  296. Sorry if this is not the correct forum for this post but here goes.
  297. A church in Modesto, CA recently received a donation of some kind of CP/M
  298. system.  I can't remember the make or model but it had an S-100 bus, with
  299. about 8 processor boards for 8 users.  The thing wants to work but the
  300. hard disk has gone south.  Does anyone out there want or know of anyone
  301. who might want this system?  The church will accept any offer.  Interested
  302. parties may e-mail me.
  303.  
  304. ------------------------------
  305.  
  306. Date: 3 Feb 93 05:32:01 GMT
  307. From: agate!spool.mu.edu!howland.reston.ans.net!paladin.american.edu!darwin.sura.net!mlb.semi.harris.com!eilc!postmaster@ucbvax.Berkeley.EDU  (Clifford Fawley)
  308. Subject: Electronics on the way
  309. Message-ID: <728752096.AA00123@eilc.fidonet.org>
  310.  
  311.      Charles, I have not forgotten you!!!!! The Magazines ar all layed out and ready to be copyed. I did find the sound activated project you had originally asked for, It was for a tape player set up to eather monitor a room or to be activated when someone answers a telephone, I will get these off into the mail by this WEEKEND, Between the move into the APT. and trying to set up the darkroom for the local Art League and the start of the photography classes I've been reallllll busy. If I find anything else 
  312.  
  313. that you may want I'll inclose them for you.
  314.  
  315.  
  316.  
  317.  
  318.  * Origin: The Shire Scribe BBS: 1:374/1066@fidonet.org (1:374/1066)
  319.  
  320. ------------------------------
  321.  
  322. Date: Tue,  2 Feb 93 10:17:17 -0500
  323. From: Jay Sage <sage@ll.mit.edu>
  324. Subject: RE: (The) Computer Journal -SCSI-
  325. Message-ID: <9302021017.AA20026@LL.MIT.EDU>
  326.  
  327.    Matt Kasdorf wrote:
  328.  
  329. >> I recall seeing some talk about building a SCSI port for my CP/M machine
  330. >> and that it was in a magazine called (The) Computer Journal... My library
  331. >> has "The Computer Journal" but it's mostly math and such
  332.  
  333. I guess there is another journal with the same name!  The one you are
  334. interested in is:
  335.  
  336.                 The Computer Journal
  337.                 Bill Kibler, Editor and Publisher
  338.                 P.O. Box 535
  339.                 Lincoln, CA  95648-0535
  340.                 800-424-8825 or 916-645-1670
  341.  
  342. You won't find it on any newsstands, and you won't find it in very many
  343. libraries.  But you could subscribe and order back issues, including the
  344. ones on SCSI interfaces.  TCJ needs the support of the community if it is
  345. going to survive.  Here are the new subscription rates:
  346.  
  347.   term      issues        U.S.            Canada        Europe/Other
  348.                                       surface   air     surface   air
  349.  -------    ------       -----        -------------     -------------
  350.   1 yr         6          $24           $32     $34       $34     $44
  351.   2 yrs       12          $44           $60     $64       $64     $84
  352.  
  353. California residents have to add the 7.25% sales tax.
  354.  
  355.  
  356. ------------------------------
  357.  
  358. Date: 1 Feb 93 16:29:00 GMT
  359. From: pbricker@rdth2.rdth.luc.edu (Preston Bricker)
  360. Subject: Re: (The) Computer Journal -SCSI-
  361. Keywords: Computer Journal SCSI
  362. Summary: Can't find the (The) Computer Journal artical on building a SCSI port
  363. Message-ID: <1FEB199310292138@rdth2.rdth.luc.edu>
  364.  
  365. In article <kasdorf.728272251@honte>, kasdorf@alpha.uleth.ca (Matthew Kasdorf) writes...
  366. >Hi all!
  367. >I recall seeing some talk about building a SCSI port for my CP/M machine
  368. >and that it was in a magazine called (The) Computer Journal...
  369. >My library has "The Computer Journal" but it's mostly math and such; no
  370. >tech stuff, is there a magazine titled "Computer Journal"?
  371. >Any help on the subject would be most apreciated.
  372. >Thanks in advance.
  373. >-- Matt
  374. >   kasdorf@alpha.uleth.ca
  375. The Computer Journal
  376. Post Office Box 535
  377. Lincoln, CA 95648-0535
  378. USA
  379. editor Bill D Kibler
  380. (916) 645-1670
  381. 9-11 PM PST week-nights
  382.  
  383. Preston
  384. pbricker@rdth2.rdth.luc.edu
  385.  
  386. ------------------------------
  387.  
  388. Date: 2 Feb 93 05:42:25 GMT
  389. From: davem@ersys.edmonton.ab.ca (Dave McCrady)
  390. Subject: Re: what means the initials CP/M ?
  391. Message-ID: <DPXByB6w165w@ersys.edmonton.ab.ca>
  392.  
  393. fmouse@wixer.cactus.org (Lindsay Haisley) writes:
  394.  
  395. - In article <799@muller.loria.fr> cardeira@loria.crin.fr (Cardeira Carlos) wri
  396. - >
  397. - >Can anyone tell me what exactely means the initials CP/M
  398. - >(Control Process/Machine ?)
  399. - According to The CP/M Bible (Waite & Angermeyer, H.W. Sams & Co) it means
  400. - "Control Program for Microprocessors".  DR, in their official manual, does
  401. - not explain the acronym.
  402.  
  403.    Sure it does.  On Page 223 of the Digital Research CP/M manual,
  404. (Appendix H: Glossary) CP/M is defined as:
  405.  
  406. "CP/M: Control Program for Microcomputers.  An operating system that manages
  407.  computer resources and provides a standard systems interface to software
  408.  written for a large variety of microprocessor-based computer systems."
  409.  
  410. --
  411. Dave McCrady              davem@ersys.edmonton.ab.ca 
  412.  
  413. ------------------------------
  414.  
  415. Date: Fri, 5 Feb 93 01:27 CST
  416. From: <TH11837%SWTEXAS.BITNET@ricevm1.rice.edu>
  417. Subject: TeleVideo TS-802H with a sick Harddisk
  418.  
  419. Greetings,
  420.  
  421. I have a TeleVideo TS-802H with a dead hard disk.  In that I don't really need
  422. hard disk in the setting that it is used in, I had thought about adding a
  423. second floppy drive to it and dumping the hd into the scrap box.
  424.  
  425. I did the obvious, i.e. remove the hd and put in the floppy with the resistor
  426. pak removed, the cable with the twist, and the addresses set for the drive, but
  427. alas.. no boot (message-- HDD error, contact distributor.)
  428.  
  429. Right on, it's in ROM--
  430. Called TeleVideo, found that noone supports OLD (venerable) machines there.
  431.  
  432. I obviously need to blow a new prom, pull out the HDD controller and (daughter
  433. board?) to get it going again.
  434.  
  435. Anyone with assistance, or a PROM listing?
  436.  
  437. I would really hate to throw away a good machine because the HD failed.
  438.  
  439. Thomas Harris (TH11837@SWTexas)
  440.  
  441.  
  442. ------------------------------
  443.  
  444. Date: 5 Feb 93 01:44:43 GMT
  445. From: enterpoop.mit.edu!usc!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!sgiblab!munnari.oz.au!uniwa!cujo!cc.curtin.edu.au!nmurrayr@ucbvax.Berkeley.EDU  (Ron Murray)
  446. Subject: ZMP/RZMP sources uploaded
  447. Message-ID: <1993Feb5.104443.1@cc.curtin.edu.au>
  448.  
  449.   I have uploaded the sources to the CP/M version of ZMP and of RZMP to both
  450. Z-Node 62 here in Perth, and to Simtel-20. Please take note of the README
  451. file included in both archives. The sources are provided "as-is", and I will
  452. not answer any questions relating to them.
  453.  
  454.  .....Ron
  455.  
  456. -- 
  457.                                  ***
  458.  Ron Murray
  459.  Internet: nmurrayr@cc.curtin.edu.au
  460.      Are we having fun yet?    -- Garfield
  461.  
  462. ------------------------------
  463.  
  464. End of INFO-CPM Digest V93 Issue #21
  465. ************************************
  466.  6-Feb-93 14:47:55-MST,11566;000000000000
  467. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  468. Date: Sat,  6 Feb 93 14:45:23 MST
  469. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  470. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  471. Subject: INFO-CPM Digest V93 #22
  472. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  473. Message-ID: <930206144523.V93N22@WSMR-SIMTEL20.ARMY.MIL>
  474. Precedence: Bulk
  475.  
  476. INFO-CPM Digest             Sat,  6 Feb 93       Volume 93 : Issue   22
  477.  
  478. Today's Topics:
  479.                                CCP/M-86
  480.                              DHNS Status
  481.                     Northstar Advantage-HD forsale
  482.                   Re: Another QX-10 Question (HELP)
  483.          Z80 product accessing > 8MB of memory address space
  484.  
  485. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  486. messages collected from a Usenet feed or submitted directly for
  487. redistribution.  The messages are presented as-is, except for header
  488. reduction.  The products mentioned and the opinions expressed in these
  489. messages do not necessarily imply an endorsement by anyone or any
  490. agency involved in the redistribution of these messages.  Although the
  491. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  492. DIST-CPM by LISTSERV@RPITSVM.
  493.  
  494. Please use the mailing list server to add or delete yourself from the
  495. list.  If you wish to unsubscribe, send e-mail (from the same address
  496. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  497. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  498. command in the body of the message:  SIGNOFF DIST-CPM
  499.  
  500. ----------------------------------------------------------------------
  501.  
  502. Date: 5 Feb 93 16:49:33 GMT
  503. From: olivea!bu.edu!nntp-read!oblivion@ames.arc.nasa.gov  (Brian Oblivion)
  504. Subject: CCP/M-86
  505. Message-ID: <OBLIVION.93Feb5114933@spica.bu.edu>
  506.  
  507. Greetings CP/M users...
  508.  
  509. I was a bit suprised that there was still a CP/M community on the
  510. Internet, Nevertheless, I am greatful.  My question before the group
  511. concerns a People Machine made by Olympia.  It is a 4 user 8086
  512. machine which runs both Concurrent CP/M and MS-DOS 3.3.  When I
  513. obtained the machine, it was supplied with only one BOOT disk, (it
  514. boots into CCP/M-86) with no command to format a disk and transfer the
  515. two boot tracks in order to make another bootable floppy.  The Boot
  516. disk I have now looks like it has been used for approx. three to four
  517. years due to the physical wear on the floppy media.. (caused by the
  518. heads constantly scrapping across the surface of the disk.  I don't
  519. know why but this system does have a Hard Disk but It is not bootable.
  520. It is setup so that I MUST boot off of the Floppy.  I tried every
  521. command possible in all the directories to fine one to create a new
  522. GENSYS file (like in MP/M but CCP/M is much different.)
  523.  
  524. I also found out that I can not read CP/M 2.2 disks in this machine.
  525. (I also have an ALTOS series 5 which runs MP/M 2.0)  The machines are
  526. completely in compatible.  Which is a bummer.  I expect that I am
  527. going to have to write my own utility to read and copy the two boot
  528. tracks myself.  or to at least copy them to the C drive to boot.  (it
  529. has a 20 meg miniscribe in it.)
  530.  
  531. If anyone out there with more knowledge about these beasts than myself
  532. can help me.. I would greatly appreciate it.  
  533.  
  534. THis may be in a FAQ(is this group large enough for one?), but could
  535. someone list any available User groups/ SIGs/ ftp sites/ bbs's that
  536. offer CP/M files/ discussions.. whatever.. I really like this Olympia
  537. machine.  Mainly because it can also run concurrent DOS sessions in a
  538. pretty funky windowing environment.
  539.  
  540. B.oblivion
  541.  
  542. --
  543. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  544. =                 This war of emotions, the plight of our age...              =
  545. =-----------------------------------------------------------------------------=
  546. =                     Brian Oblivion :: oblivion@atdt.org                     =
  547. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  548.  
  549. ------------------------------
  550.  
  551. Date: 4 Feb 93 23:44:49 GMT
  552. From: agate!usenet.ins.cwru.edu!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!newsserver.jvnc.net!netnews.upenn.edu!netnews.noc.drexel.edu!king.mcs.drexel.edu!pacs!mfinn@ucbvax.Berkeley.  ( Michael Finn)
  553. Subject: DHNS Status
  554. Message-ID: <1381@pacs.pha.pa.us>
  555.  
  556. For those wondering about the status of Drexel Hill North Star BBS,
  557. (215)-623-4040, here are some messages left by Sysop Bob Dean on Jay Sage's BBS.
  558.  
  559. MSG 282 is 12 line(s) on 01/29/93 from BOB DEAN
  560. to ALL about DHN* UPDATE
  561.  
  562. After a three-month hiatus, DHN* will be returning online inside of
  563. two or so weeks with a new 213 Mb hard drive.  This is thanks to 
  564. any number of people who felt there is still a need for its services
  565. as a major archive of CPM and Z-System software (including your host
  566. sysop here, and the PACS CP/M group which contributed its entire
  567. treasury).  Restoration will be undertaken in stages, since so many
  568. files are involved.  The message base and software will start from
  569. scratch, as the old one was lost.  Thanks go to those who came to
  570. the rescue in its time of need (again!), more info as it becomes news.
  571.  
  572. Bob Dean
  573. Sysop, DHN*  215-623-4040
  574.  
  575.  
  576. Msg 288 is 14 line(s) on 02/04/93 from BOB DEAN
  577. to ALL about DHN*/AMPRO/BIG DRIVE
  578.  
  579. It appears that DHN*'s Ampro will handle about 210 Mb online at a time.
  580. TPA is streched to the max (min) at about 44.50k or so, so the message
  581. base/BBS software will be dictated by what runs at that level (PBBS
  582. or, perhaps HBBS).  The limitation using the stock Ampro bios is now
  583. number of directory entries at 1024 per logical drive (I set at 10
  584. logical drives of 20 Mb each!).  Reloading is tedious of about 110
  585. 720k flops (excl Royal Oak material), as the tape backup is no good.
  586. All of 1992 files were lost (about 15-20 Mb), so that will require
  587. rebuilding.  However, I expect that can be sourced from other current
  588. Z-Nodes.  Hardware and new 3/4 tower enclosure appears to be stable,
  589. though one casualty was its 720k 5 1/4", which was replaced with one
  590. temporarily pirated from "Great Kate", disk conversion machine (anyone
  591. have a Teac 55FV gathering dust?).  Treasury was reduced to zero but
  592. it still looks like in about 2 weeks DHN* will be back on track.
  593.  
  594. MSG # [last msg = 288] : or COMMAND (? for help) ? 
  595. -- 
  596. Philadelphia     CP/M SIG     Mike Finn     E-Mail: mfinn@pacs.pha.pa.us
  597. Area             Supporting 8-bit computers with CP/M and CP/M compatible OS
  598. Computer         PACS Multi-SIG BBS: (215) 842-9600
  599. Society          CP/M SIG Mailbox: cpm@pacs.pha.pa.us
  600.  
  601. ------------------------------
  602.  
  603. Date: 4 Feb 93 18:56:42 GMT
  604. From: agate!spool.mu.edu!darwin.sura.net!sgiblab!spies!wicat!keithm@ucbvax.Berkeley.EDU  (Keith McQueen)
  605. Subject: Northstar Advantage-HD forsale
  606. Message-ID: <1993Feb4.185642.26950@wicat.com>
  607.  
  608. I have a fully operational Nortstar Advantage with
  609. 15-meg Harddisk forsale.  There are several applications
  610. loaded on the harddisk including WordStar 3.0, dBase II 2.4
  611. BDS C compiler, and misc. other stuff.
  612.  
  613. Anyone interested?
  614.  
  615. I also have an IMSAI 8080 chassis with misc boards.
  616. I don't have any software for it, but I have been
  617. able to toggle in short programs through the
  618. front panel and run them so I know the basic machine
  619. is functional.
  620.  
  621. Anyone?
  622.  
  623.  
  624. -- 
  625.  Keith McQueen, Wicat Systems Inc. , (801)224-6400      | My opinions are |
  626.  Packet:      n7hmf @ nv7v.UT.USA.NA                    | all mine...     |
  627.  Internet:    keithm@wicat.com                          | ...so there!    |
  628.  
  629. ------------------------------
  630.  
  631. Date: 5 Feb 93 03:22:20 GMT
  632. From: agate!usenet.ins.cwru.edu!howland.reston.ans.net!usc!sdd.hp.com!crash!cwr@ucbvax.Berkeley.EDU  (Will Rose)
  633. Subject: Re: Another QX-10 Question (HELP)
  634. Message-ID: <1993Feb04.192220.6199@crash>
  635.  
  636. Clifford Fawley (Clifford.Fawley@f1066.n374.z1.fidonet.org) wrote:
  637.  
  638. >I have a board mounted in the slot! I always thought it was a plain old 
  639. >RAM disk, or is it. Let me discride it to you and you can tell me. It mounts
  640. >in to the extention slot the same way as my MODEM and HD Driver card. It has 
  641. >two cards mounted together with the lower card containing mostly memery chips,
  642. >the top cark has a few drivers and a couple of things I have not cross
  643. >referenced as of this date. Ill take that back!!! I just pulled off the 
  644. >slot cover and it has three cards, excuse me if i dont pull them
  645. >out to look at them right at this moment. If you need a better discription 
  646. >I will be glad to provide one for you at a latter date!!!
  647. >
  648.  
  649. The third card is a Titan MSDOS card.  Depending on the ROM chip and
  650. the revision level of the card it may be a MSDOS emulator (well,
  651. actually the 8088 takes over the whole system, and the Z80 just does
  652. I/O.  I don't know if it will still talk to the HD) and a Ramdisk under
  653. CP/M.  You need the card, it's boot ROM, and the boot floppy to be all
  654. the same vintage for it to work.  The most recent version is 3.0, and
  655. Titan are (used to be) at:
  656.     Titan Technologies
  657.     310 W Ann Street,
  658.     PO Box 8050
  659.     Ann Arbor
  660.     MI 48107    (313) 662-7777
  661. If you can't find them, let me know the revision number on the top
  662. of the ROM (Titan will want this too) and I'll see what I can do.
  663. Versions 1 and 2 used 64KB chips, as far as I can recall, and could
  664. stack up to two memory cards on the cpu card.  Version 3.0 used 256KB
  665. chips, and had only one memory card.  So if there are pins out the top
  666. of the connector, it's version 1 or 2.  (In which case throw it away,
  667. its more trouble than it's worth.  3.0 is barely useful, these days).
  668.  
  669. [Lines omitted]
  670.  
  671. >I also have another problem!! When ever I load up wordstar it will also 
  672. >transfer the main three programs on to the RAM disk M: although this has 
  673. >never happened before it is a little anowing to have a file on ther and then 
  674. >load wordstar and have everything erased when it transfers the files from 
  675. >Disk A: to disk M:. ANy seggestions!!!
  676. >
  677.  
  678. I don't think I ever found the solution to this one, tho' I prodded around
  679. inside ws.com with DDT.  If you follow the initial boot sequence of ws,
  680. you *may* find a jump or call to an initialisation routine which if 
  681. replaced by a simple RET stops WS messing with the disk.  But it's a long
  682. time ago, and I replace the Epson WS with a standard version pretty
  683. quickly.  The Epson version is missing a lot of the standard configuration
  684. code, since it is supposed to run only on a QX10.
  685.  
  686. Will
  687. cwr@crash.cts.com
  688.  
  689. ------------------------------
  690.  
  691. Date: 5 Feb 93 18:00:15 GMT
  692. From: swrinde!cs.utexas.edu!qt.cs.utexas.edu!news.Brown.EDU!noc.near.net!news.cs.brandeis.edu!chaos.cs.brandeis.edu!mary@gatech.edu  (Mary F Wentworth)
  693. Subject: Z80 product accessing > 8MB of memory address space
  694. Message-ID: <1993Feb5.180015.25105@news.cs.brandeis.edu>
  695.  
  696. I am developing a Z80 based software product which will use up to 8MB of memory
  697. address space.  Any information on Z80 memory management products, tools, and
  698. techniques will be greatly appreciated.
  699.  
  700. Any suggestions for a development environment (prototype hardware, C cross 
  701. compiler, assembler, linker, high level debugger, and in-circuit emulator)
  702. would also be helpful.
  703.  
  704. Please send all information to olga@hmgate.hmco.com.
  705.  
  706. Thanks in advance.            Mary Wentworth.
  707.  
  708. -- 
  709.                                Mary F. Wentworth
  710.  
  711.                mary@chaos.cs.brandeis.edu
  712.  
  713. ------------------------------
  714.  
  715. End of INFO-CPM Digest V93 Issue #22
  716. ************************************
  717.  7-Feb-93 18:45:29-MST,11693;000000000000
  718. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  719. Date: Sun,  7 Feb 93 18:45:16 MST
  720. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  721. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  722. Subject: INFO-CPM Digest V93 #23
  723. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  724. Message-ID: <930207184516.V93N23@WSMR-SIMTEL20.ARMY.MIL>
  725. Precedence: Bulk
  726.  
  727. INFO-CPM Digest             Sun,  7 Feb 93       Volume 93 : Issue   23
  728.  
  729. Today's Topics:
  730.                          CP/M virus (2 msgs)
  731.                              Re: CCP/M-86
  732.                     Re: Manx Software Systems Inc
  733.               Re: TeleVideo TS-802H with a sick Harddisk
  734.                   Re: what means the initials CP/M ?
  735.  
  736. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  737. messages collected from a Usenet feed or submitted directly for
  738. redistribution.  The messages are presented as-is, except for header
  739. reduction.  The products mentioned and the opinions expressed in these
  740. messages do not necessarily imply an endorsement by anyone or any
  741. agency involved in the redistribution of these messages.  Although the
  742. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  743. DIST-CPM by LISTSERV@RPITSVM.
  744.  
  745. Please use the mailing list server to add or delete yourself from the
  746. list.  If you wish to unsubscribe, send e-mail (from the same address
  747. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  748. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  749. command in the body of the message:  SIGNOFF DIST-CPM
  750.  
  751. ----------------------------------------------------------------------
  752.  
  753. Date: 5 Feb 93 22:36:55 GMT
  754. From: enterpoop.mit.edu!ira.uka.de!rz.uni-karlsruhe.de!news.uni-stuttgart.de!news.belwue.de!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!gmd.de!newsserver.jvnc.net!darwin.sura.net!bogus.sura.net!howland.reston.ans.net!usenet.ins.cwru.edu!agate!doc.i,
  755. Subject: CP/M virus
  756. Message-ID: <25@nowster.demon.co.uk>
  757.  
  758. In message <9302050250.AA41217@aix00.csd.unsw.OZ.AU> 
  759. henryb@aix00.csd.unsw.OZ.AU writes:
  760.  
  761. > Can I have more information on that "virus" - if it is not much of trouble?
  762. > Some time ago I made enquiry on the Net about viruses on CPM systems.  I got
  763. > only a few replies, saying that it is almost impossible (when compared to
  764. > MS-DOS) because you have to TYPE the filename of that virus - it will not be
  765. > "activated" by any other way.
  766.  
  767. All virus-infected programs have to be executed before they can infect 
  768. your system, whether they are for MSDOS or CP/M.
  769.  
  770. The virus was very simple. It could only infect CP/M Plus systems 
  771. (because they have the ability to turn off BDOS error messages) which 
  772. were using Z80s (because I needed the Jump Relative instruction to keep 
  773. the code as position independant as possible). It also checked for there 
  774. being sufficient memory free for its DMA sector buffer.
  775.  
  776. It copied the first eight bytes from the start of a COM file, placed 
  777. it within the virus code at the end of the COM file, and replaced these 
  778. with a jump to the virus code and an ID of 'GOON'. The virus would 
  779. infect the first COM file it found in the same drive/user area and set 
  780. something so that file wouldn't be touched again.
  781.  
  782. Every 10 usages of an infected program, it would print "I've been 
  783. sponned" and drop back to the CCP prompt.
  784.  
  785. A .COM file would grow by three sectors (3x128 bytes) after infection.
  786.  
  787. Before you ask, I'm not willing to release the full source to anyone. I 
  788. am not going to be held responsible by people for allowing other idiots 
  789. to write programs to crash their computers or wipe their disks.
  790.  
  791. Cc: comp.os.cpm
  792. --
  793. Paul Martin
  794. pm@nowster.demon.co.uk
  795.  
  796. ------------------------------
  797.  
  798. Date: 5 Feb 93 22:36:55 GMT
  799. From: pm@nowster.demon.co.uk (Paul Martin)
  800. Subject: CP/M virus
  801. Message-ID: <25@nowster.demon.co.uk>
  802.  
  803. In message <9302050250.AA41217@aix00.csd.unsw.OZ.AU> 
  804. henryb@aix00.csd.unsw.OZ.AU writes:
  805.  
  806. > Can I have more information on that "virus" - if it is not much of trouble?
  807. > Some time ago I made enquiry on the Net about viruses on CPM systems.  I got
  808. > only a few replies, saying that it is almost impossible (when compared to
  809. > MS-DOS) because you have to TYPE the filename of that virus - it will not be
  810. > "activated" by any other way.
  811.  
  812. All virus-infected programs have to be executed before they can infect 
  813. your system, whether they are for MSDOS or CP/M.
  814.  
  815. The virus was very simple. It could only infect CP/M Plus systems 
  816. (because they have the ability to turn off BDOS error messages) which 
  817. were using Z80s (because I needed the Jump Relative instruction to keep 
  818. the code as position independant as possible). It also checked for there 
  819. being sufficient memory free for its DMA sector buffer.
  820.  
  821. It copied the first eight bytes from the start of a COM file, placed 
  822. it within the virus code at the end of the COM file, and replaced these 
  823. with a jump to the virus code and an ID of 'GOON'. The virus would 
  824. infect the first COM file it found in the same drive/user area and set 
  825. something so that file wouldn't be touched again.
  826.  
  827. Every 10 usages of an infected program, it would print "I've been 
  828. sponned" and drop back to the CCP prompt.
  829.  
  830. A .COM file would grow by three sectors (3x128 bytes) after infection.
  831.  
  832. Before you ask, I'm not willing to release the full source to anyone. I 
  833. am not going to be held responsible by people for allowing other idiots 
  834. to write programs to crash their computers or wipe their disks.
  835.  
  836. Cc: comp.os.cpm
  837. --
  838. Paul Martin
  839. pm@nowster.demon.co.uk
  840.  
  841. ------------------------------
  842.  
  843. Date: 6 Feb 93 16:02:44 GMT
  844. From: agate!usenet.ins.cwru.edu!howland.reston.ans.net!usc!cs.utexas.edu!milano!cactus.org!wixer!fmouse@ucbvax.Berkeley.EDU  (Lindsay Haisley)
  845. Subject: Re: CCP/M-86
  846. Message-ID: <1993Feb6.160244.14168@wixer.cactus.org>
  847.  
  848. In article <OBLIVION.93Feb5114933@spica.bu.edu> oblivion@spica.bu.edu (Brian Oblivion) writes:
  849. >(it boots into CCP/M-86) with no command to format a disk and transfer the
  850. >two boot tracks in order to make another bootable floppy.  The Boot
  851. >disk I have now looks like it has been used for approx. three to four
  852. >years due to the physical wear on the floppy media.. (caused by the
  853. >heads constantly scrapping across the surface of the disk.  I don't
  854. >know why but this system does have a Hard Disk but It is not bootable.
  855.  
  856. You can get a shareware program from Sydex called ANADISK which will allow
  857. you to do a track by track copy of a CP/M disk on a MSDOS machine.  Contact
  858. the Sydex BBS at 503-683-1385.
  859.  
  860. >It is setup so that I MUST boot off of the Floppy.  I tried every
  861. >command possible in all the directories to fine one to create a new
  862. >GENSYS file (like in MP/M but CCP/M is much different.)
  863.  
  864. Does the hard drive work properly otherwise?  If not, then the BIOS is 
  865. probably forcing a boot from your floppy.  
  866.  
  867. >I also found out that I can not read CP/M 2.2 disks in this machine.
  868. >(I also have an ALTOS series 5 which runs MP/M 2.0)  The machines are
  869. >completely in compatible.  Which is a bummer.  I expect that I am
  870. >going to have to write my own utility to read and copy the two boot
  871. >tracks myself.  or to at least copy them to the C drive to boot.  (it
  872. >has a 20 meg miniscribe in it.)
  873.  
  874. CP/M system are infamous for having incompatible floppy formats between
  875. manufacturers.  The Altos has a 96tpi format.  What's the spec on the
  876. Olympia.  You may be able to move stuff between machines using 22DISK, also
  877. from Sydex to force your Olympia in MS-DOS mode to write the CP/M format for
  878. the ALTOS.
  879.  
  880. >someone list any available User groups/ SIGs/ ftp sites/ bbs's that
  881. >offer CP/M files/ discussions.. whatever.. I really like this Olympia
  882.  
  883. SIMTEL20 and it's mirror sites have extensive archives of CP/M files.
  884.  
  885. -- 
  886. "Everything works if you let it"    |                Lindsay Haisley
  887. -- The Roadie                       |            fmouse@wixer.cactus.org
  888.                             |                    * * * *
  889.                                 |               Austin, Texas, USA
  890.  
  891. ------------------------------
  892.  
  893. Date: 30 Jan 93 03:39:20 GMT
  894. From: mdisea!uw-coco!nwnexus!hitech!clyde@uunet.uu.net  (Clyde Smith-Stubbs)
  895. Subject: Re: Manx Software Systems Inc
  896. Message-ID: <728365154.16911@hitech.com.au>
  897.  
  898. bozze@piraya.bad.se (Bo Arnoldson) writes:
  899.  
  900. > (float) (double) 6.2000 --> 6.199(...)
  901.  
  902. 6.2000 is not exactly representable in 32 bit floating point. 6.199999 has the
  903. same representation as the closest approximation to 6.2
  904. . It depends on number of significant digits you asked for
  905. whether it will be rounded to 6.2 or printed as 6.19999...
  906.  
  907. This is not a failure of the Aztec software, just the facts of real numbers
  908. vs. floating point representations.
  909.  
  910. --
  911.  Clyde Smith-Stubbs       | HI-TECH Software,       | Voice: +61 7 300 5011
  912.  clyde@hitech.com.au      | P.O. Box 103, Alderley, | Fax:   +61 7 300 5246
  913.  ...!nwnexus!hitech!clyde | QLD, 4051, AUSTRALIA.   | BBS:   +61 7 300 5235
  914.  HI-TECH Software: C Compilers for all manner of machines
  915.  
  916. ------------------------------
  917.  
  918. Date: 6 Feb 93 15:39:12 GMT
  919. From: bogus.sura.net!howland.reston.ans.net!usc!cs.utexas.edu!milano!cactus.org!wixer!fmouse@louie.udel.edu  (Lindsay Haisley)
  920. Subject: Re: TeleVideo TS-802H with a sick Harddisk
  921. Message-ID: <1993Feb6.153912.12919@wixer.cactus.org>
  922.  
  923. In article <9302050831.AA13328@ucbvax.Berkeley.EDU> TH11837@SWTEXAS.BITNET writes:
  924. >
  925. >I obviously need to blow a new prom, pull out the HDD controller and (daughter
  926. >board?) to get it going again.
  927. >
  928. >Anyone with assistance, or a PROM listing?
  929. >
  930. >I would really hate to throw away a good machine because the HD failed.
  931. >
  932. >Thomas Harris (TH11837@SWTexas)
  933.  
  934. It's an outside possiblity that you can use another hd.  Replacing the HD
  935. with an MFM drive whose drive geometry parameters equal or exceed those of
  936. the existing HD may allow you to continue to use the machine at the expense
  937. of using only part of a good hard drive.  You'll have to be able to boot and
  938. format from a floppy drive.
  939.  
  940.  
  941. -- 
  942. "Everything works if you let it"    |                Lindsay Haisley
  943. -- The Roadie                       |            fmouse@wixer.cactus.org
  944.                             |                    * * * *
  945.                                 |               Austin, Texas, USA
  946.  
  947. ------------------------------
  948.  
  949. Date: 6 Feb 93 06:51:48 GMT
  950. From: coyote!bbs@noao.edu  (harry kight)
  951. Subject: Re: what means the initials CP/M ?
  952. Message-ID: <q4eJyB2w165w@coyote.datalog.com>
  953.  
  954. regnad@hal.gnu.ai.mit.edu (Paul Prescott) writes:
  955.  
  956. > Back in 1980, when I was still in school I was told CP/M stands for
  957. > Control Program for Microprocessors, and the CP/M books I have over here
  958. > say the same thing.  (Don't tell me CP/M has become so ancient that no
  959. > one even knows what the letters stand for!)  :)
  960. > Paul Prescott
  961. > regnad@gnu.ai.mit.edu
  962.  
  963. All my reference materials *also* describe CP/M as "Control Program for 
  964. Microprocessors." However, my instincts tell me that "Control 
  965. Program/Monitor" is the true description. Why else the "slash?"
  966.  
  967. Is Gary Kildall still "out there?" I suspect that only he can provide an 
  968. absolute pronouncement in this matter.  :)
  969.  
  970. (OOPS! Just found a reference that describes CP/M as "Control Program for 
  971. Microcomputers." Just when you thought you were making progress...)
  972.  
  973. Perhaps we should just truncate the operating system's to "CP?" It seems 
  974. that *all* versions agree with "Control Program."  ;)
  975.  
  976. ---Gramps
  977. gramps@coyote.datalog.com
  978.  
  979. ------------------------------
  980.  
  981. End of INFO-CPM Digest V93 Issue #23
  982. ************************************
  983.  8-Feb-93 23:19:01-MST,8993;000000000000
  984. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  985. Date: Mon,  8 Feb 93 23:15:08 MST
  986. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  987. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  988. Subject: INFO-CPM Digest V93 #24
  989. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  990. Message-ID: <930208231508.V93N24@WSMR-SIMTEL20.ARMY.MIL>
  991. Precedence: Bulk
  992.  
  993. INFO-CPM Digest             Mon,  8 Feb 93       Volume 93 : Issue   24
  994.  
  995. Today's Topics:
  996.                             FIDO CP/M echo
  997.          Re: TeleVideo US-802H with a sick Harddisk (2 msgs)
  998.       Re: What's the best modem program for Kaypro II? (2 msgs)
  999.        Re: Z80 product accessing > 8MB of memory address space
  1000.              What's the best modem program for Kaypro II?
  1001.         What compression format uses filename.CYM or flnam.DYC
  1002.  
  1003. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  1004. messages collected from a Usenet feed or submitted directly for
  1005. redistribution.  The messages are presented as-is, except for header
  1006. reduction.  The products mentioned and the opinions expressed in these
  1007. messages do not necessarily imply an endorsement by anyone or any
  1008. agency involved in the redistribution of these messages.  Although the
  1009. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  1010. DIST-CPM by LISTSERV@RPITSVM.
  1011.  
  1012. Please use the mailing list server to add or delete yourself from the
  1013. list.  If you wish to unsubscribe, send e-mail (from the same address
  1014. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  1015. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  1016. command in the body of the message:  SIGNOFF DIST-CPM
  1017.  
  1018. ----------------------------------------------------------------------
  1019.  
  1020. Date: 08 Feb 1993 15:08:28 -0600 (CST)
  1021. From: C1891@slvaxa.umsl.edu
  1022. Subject: FIDO CP/M echo
  1023.  
  1024. How does a FIDO sysop start receiving this echo?  Ours here in St. Louis would
  1025. be glad to add it, if he knew how.  Please email me the instructions our sysop
  1026. needs.
  1027.  
  1028. Thanks in advance,
  1029.  
  1030. Curt
  1031.  
  1032. ------------------------------
  1033.  
  1034. Date: 7 Feb 93 08:30:02 GMT
  1035. From: agate!spool.mu.edu!uwm.edu!opus.csd.uwm.edu!senzig@ucbvax.Berkeley.EDU  (Don Senzig)
  1036. Subject: Re: TeleVideo US-802H with a sick Harddisk
  1037. Message-ID: <1l2haaINNlm@uwm.edu>
  1038.  
  1039. Lindsay Haisley (fmouse@wixer.cactus.org) wrote:
  1040. : In article <9302050831.AA13328@ucbvax.Berkeley.EDU> TH11837@SWTEXAS.BITNET writes:
  1041. : >
  1042. : >I obviously need to blow a new prom, pull out the HDD controller and (daughter
  1043. : >board?) to get it going again.
  1044. : >
  1045. : >Anyone with assistance, or a PROM listing?
  1046. : >
  1047. : >I would really hate to throw away a good machine because the HD failed.
  1048. : >
  1049. : >Thomas Harris (TH11837@SWTexas)
  1050.  
  1051. : It's an outside possiblity that you can use another hd.  Replacing the HD
  1052. : with an MFM drive whose drive geometry parameters equal or exceed those of
  1053. : the existing HD may allow you to continue to use the machine at the expense
  1054. : of using only part of a good hard drive.  You'll have to be able to boot and
  1055. : format from a floppy drive.
  1056.  
  1057.  
  1058. : -- 
  1059. : "Everything works if you let it"    |                Lindsay Haisley
  1060. : -- The Roadie                       |            fmouse@wixer.cactus.org
  1061. :                             |                    * * * *
  1062. :                                 |               Austin, Texas, USA
  1063.  
  1064. I seem to recall that there was a switch that set the boot source on the
  1065. TS-802 that I used to use, but it was an early release, before they actually
  1066. offered a hard disk.
  1067.  
  1068. Don Senzig
  1069.  
  1070. ------------------------------
  1071.  
  1072. Date: 7 Feb 93 21:42:40 GMT
  1073. From: cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!sdd.hp.com!crash!donm@ucbvax.Berkeley.EDU  (Don Maslin)
  1074. Subject: Re: TeleVideo US-802H with a sick Harddisk
  1075. Message-ID: <1993Feb07.134240.11054@crash>
  1076.  
  1077. Don Senzig (senzig@opus.csd.uwm.edu) wrote:
  1078. : I seem to recall that there was a switch that set the boot source on the
  1079. : TS-802 that I used to use, but it was an early release, before they actually
  1080. : offered a hard disk.
  1081. :
  1082. Quite right, it is dipswitch 2 position 6 (S2-6):  Up for HD boot, down for 
  1083. floppy boot.  Also note that position 4 of S2 selects between 10mb and 20mb
  1084. HD capability.  Up selects 20mb, down selects 10mb.
  1085.  
  1086. At the price of used 20mb disks these days, installing one of them would be
  1087. the obvious choice to me.
  1088.                          - don
  1089.  
  1090. ------------------------------
  1091.  
  1092. Date: 7 Feb 93 19:58:13 GMT
  1093. From: crash!cwr@nosc.mil  (Will Rose)
  1094. Subject: Re: What's the best modem program for Kaypro II?
  1095. Message-ID: <1993Feb07.115813.4087@crash>
  1096.  
  1097. Rick.Bronson (Rick.Bronson@mixcom.mixcom.com) wrote:
  1098. :   What is the best public domain modem available for a Kaypro II?
  1099. : I'm looking for one that is fairly user-frendly.
  1100. : Thanks
  1101.  
  1102. MEX 1.14 (he says, ducking quickly...).  If you have access to a
  1103. CP/M archive it will be there, or ask me and I can mail you a copy,
  1104. or you can buy MexPlus pretty cheaply.
  1105.  
  1106. Will
  1107. cwr@crash.cts.com
  1108.  
  1109. ------------------------------
  1110.  
  1111. Date: 8 Feb 93 02:46:33 GMT
  1112. From: haven.umd.edu!darwin.sura.net!bogus.sura.net!howland.reston.ans.net!usc!cs.utexas.edu!milano!cactus.org!wixer!fmouse@purdue.edu  (Lindsay Haisley)
  1113. Subject: Re: What's the best modem program for Kaypro II?
  1114. Message-ID: <1993Feb8.024633.8385@wixer.cactus.org>
  1115.  
  1116. In article <1993Feb06.213335.16423@mixcom.com> Rick.Bronson <Rick.Bronson@mixcom.mixcom.com> writes:
  1117. >  What is the best public domain modem available for a Kaypro II?
  1118. >I'm looking for one that is fairly user-frendly.
  1119.  
  1120. Check out MEX.  Contact sage@ll.mit.edu (Jay Sage) who doubtless has all the
  1121. pd sources on his BBS.  You'll need to do some overlay work to fit the
  1122. program to your computer and modem, but after that, it's quite
  1123. user-friendly.
  1124.  
  1125.  
  1126. -- 
  1127. "Everything works if you let it"    |                Lindsay Haisley
  1128. -- The Roadie                       |            fmouse@wixer.cactus.org
  1129.                             |                    * * * *
  1130.                                 |               Austin, Texas, USA
  1131.  
  1132. ------------------------------
  1133.  
  1134. Date: 8 Feb 93 18:56:58 GMT
  1135. From: waikato.ac.nz!comp.vuw.ac.nz!actrix!naos!ewen@decwrl.dec.com  (Ewen McNeill)
  1136. Subject: Re: Z80 product accessing > 8MB of memory address space
  1137. Message-ID: <N6wPyB3w164w@naos.actrix.gen.nz>
  1138.  
  1139. mary@chaos.cs.brandeis.edu (Mary F Wentworth) writes:
  1140.  
  1141. > I am developing a Z80 based software product which will use up to 8MB of memo
  1142. > address space. 
  1143.  
  1144. May I seriously suggest that you consider something else?
  1145.  
  1146. The Z80 addresses a linear address space of 64K. That's it.
  1147.  
  1148. If you want more, you've got to bank switch. And you've got to build the 
  1149. hardware to bank switch yourself (all right, it's not that difficult, 
  1150. but there are easier ways).
  1151.  
  1152. If you want Z80 compabible code, consider either the Z180 (which I think 
  1153. will address that much, as linear address space), or the Z280 (which is 
  1154. a 16 bit chip) and almost certainly will address that much.
  1155.  
  1156. > Any suggestions for a development environment 
  1157.  
  1158. MyZ80 is a very good Z80 emulator, current version is 1.03.  But it's 
  1159. still got that 64K limit...
  1160.  
  1161. >                                Mary F. Wentworth
  1162.  
  1163. --
  1164. Ewen McNeill, ewen@naos.actrix.gen.nz (or ewen@actrix.gen.nz)
  1165.  
  1166. ------------------------------
  1167.  
  1168. Date: 6 Feb 93 21:33:35 GMT
  1169. From: enterpoop.mit.edu!spool.mu.edu!mixcom.com!Rick.Bronson@ucbvax.Berkeley.EDU  (Rick.Bronson)
  1170. Subject: What's the best modem program for Kaypro II?
  1171. Message-ID: <1993Feb06.213335.16423@mixcom.com>
  1172.  
  1173.   What is the best public domain modem available for a Kaypro II?
  1174. I'm looking for one that is fairly user-frendly.
  1175. Thanks
  1176.  
  1177. -- 
  1178. .------------------------------------------------.
  1179. | Rick Bronson                  Tel 414-362-2419 |
  1180. | Marquette Electronics Inc.    FAX 414-362-3010 |
  1181. | 8200 W. Tower Ave.          "My empolyer never |
  1182. | Milwaukee, WI 53223           agrees with me"  |
  1183. | Internet: rick@mei.com                         |
  1184. | uunet or weekends: rick.bronson@mixcom.com     |
  1185. `------------------------------------------------'
  1186.  
  1187. ------------------------------
  1188.  
  1189. Date: 7 Feb 93 21:48:17 GMT
  1190. From: agate!spool.mu.edu!howland.reston.ans.net!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!msus1.msus.edu!cobber!grant@ames.arc.nasa.gov  (WhiteShadow)
  1191. Subject: What compression format uses filename.CYM or flnam.DYC
  1192. Message-ID: <1993Feb7.214817.21431@cobber.cord.edu>
  1193.  
  1194. Well, all of the files in the library of UUCP on Wuarchive are in a strange 
  1195. compression format.  All of the files have the extention with the middle
  1196. letter being Y.  For instance:  CCICO.CYM, RMAIL.CYM, SMAIL.SYM, UUCP.DYC,
  1197. QTCHAT.DYC, etc.  The only one that is not like this is SETDRV.COM and that
  1198. just warm boots my Kaypro 4.  I would really like to get this running on
  1199. this machine and I am stumped.  Any help would be greatly appreciated.
  1200.  
  1201.  
  1202. Chris
  1203.  
  1204. ------------------------------
  1205.  
  1206. End of INFO-CPM Digest V93 Issue #24
  1207. ************************************
  1208. 10-Feb-93 20:17:05-MST,9317;000000000000
  1209. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1210. Date: Wed, 10 Feb 93 20:15:11 MST
  1211. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1212. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1213. Subject: INFO-CPM Digest V93 #25
  1214. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1215. Message-ID: <930210201511.V93N25@WSMR-SIMTEL20.ARMY.MIL>
  1216. Precedence: Bulk
  1217.  
  1218. INFO-CPM Digest             Wed, 10 Feb 93       Volume 93 : Issue   25
  1219.  
  1220. Today's Topics:
  1221.                  Anyone running CP/M on a TRS-80 4 ?
  1222.                     Interrupts during a BDOS call
  1223.                  Micro Emacs...  anybody remember it?
  1224.                         MODULA-2 For CP/M-80?
  1225.            re. using edfile with VT100/200 or ANSI terminal
  1226.                        Re: CP/M System for sale
  1227.       Re: What compression format uses filename.CYM or flnam.DYC
  1228.                               RTX v1.42
  1229.  
  1230. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  1231. messages collected from a Usenet feed or submitted directly for
  1232. redistribution.  The messages are presented as-is, except for header
  1233. reduction.  The products mentioned and the opinions expressed in these
  1234. messages do not necessarily imply an endorsement by anyone or any
  1235. agency involved in the redistribution of these messages.  Although the
  1236. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  1237. DIST-CPM by LISTSERV@RPITSVM.
  1238.  
  1239. Please use the mailing list server to add or delete yourself from the
  1240. list.  If you wish to unsubscribe, send e-mail (from the same address
  1241. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  1242. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  1243. command in the body of the message:  SIGNOFF DIST-CPM
  1244.  
  1245. ----------------------------------------------------------------------
  1246.  
  1247. Date: 6 Feb 93 22:48:57 GMT
  1248. From: enterpoop.mit.edu!hri.com!spool.mu.edu!solaria.mil.wi.us!smp@ucbvax.Berkeley.EDU  (Steven M. Palm)
  1249. Subject: Anyone running CP/M on a TRS-80 4 ?
  1250. Message-ID: <C21u1M.qG@solaria.mil.wi.us>
  1251.  
  1252. The Subj: says it all...  Is anyone running CP/M on a Tandy/
  1253. Radio-Shack TRS-80 Model 4 computer?  I recently aquired a few of them,
  1254. and know that CP/M is available for it.
  1255.  
  1256. Also, what archvies (FTP) contain software that can run on it?  Are
  1257. there still CP/M archive sites?
  1258.  
  1259. ----
  1260. Steven M. Palm                   FidoNet, if you must, 1:154/600.0
  1261. Milwaukee, WI                    smp@solaria.mil.wi.us
  1262.  
  1263. ------------------------------
  1264.  
  1265. Date: 10 Feb 93 08:49:50 GMT
  1266. From: enterpoop.mit.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sunic!chalmers.se!news.chalmers.se!nyheter.chalmers.se!torbjar@ucbvax.Berkeley.EDU  (Hakan Torbjar)
  1267. Subject: Interrupts during a BDOS call
  1268. Message-ID: <TORBJAR.93Feb10094950@cert17.ce.chalmers.se>
  1269.  
  1270. This is obviously implementation dependendent, but...
  1271.  
  1272. I'm working on a simple program to copy RTTY.  It works nicely
  1273. printing to the console and I decided to try to have it save the
  1274. output to a disk file.  Since the diskette drive is a "slow"
  1275. device, especially if it has to be started, the program was
  1276. changed from polling the Z80 SIO to using interrupts and two 128
  1277. byte buffers.  The non-interrupt level loop writes out a full
  1278. buffer while the interrupt handler continues to fill the other.
  1279.  
  1280. This works well if the write-to-disk is simulated by
  1281. print-to-console-at-300-baud, but the system locks up when the
  1282. write sequential BDOS call is used.  Everything works if I
  1283. terminate the program before the third WRSEQ call (which actually
  1284. performs physical I/O): in this case I reset the SIO (disable
  1285. receiver and interrupts), calls WRSEQ and CLOSE and have 1, 2 or
  1286. 3 128 byte blocks in the file (the last is partially filled).
  1287. Putting a di/ei pair around the call to WRSEQ make no (visible)
  1288. difference.
  1289.  
  1290. Keyboard input in general works correctly during diskette I/O
  1291. (like type ahead after exiting an editor), but sometimes loses
  1292. the first one or two characters.
  1293.  
  1294. The system is a Z80 CPU with two SIOs and a DMA that is required
  1295. by the FDC.  Non-hardware system documentation from the vendor is
  1296. not available (the system is from '84; I've had it for about a
  1297. month).  I have started to disassemble the code for write
  1298. sequential in hope to find something to explain the behaviour.
  1299. Maybe the DMA/FDC combination doesn't tolerate interrupts during
  1300. transfers unless some conventions (which console I/O know about)
  1301. are followed.
  1302.  
  1303. So the question is, is there anything that generally says that
  1304. this shouldn't be possible with CP/M?  Has anyone done this on
  1305. a CP/M system?  Any hints or information?
  1306.  
  1307.     -- H}kan
  1308. --
  1309.     H}kan Torbj{r           : Dept. of Computer Engineering     : qui me amat,
  1310.     torbjar@ce.chalmers.se  : Chalmers Univ. of Technology      : amat et
  1311.     (+46) 031-772 16 66     : 412 96  G\TEBORG, Sweden.         : canem meam
  1312.  
  1313. ------------------------------
  1314.  
  1315. Date: 9 Feb 93 23:31:17 GMT
  1316. From: enterpoop.mit.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sunic!dkuug!imada!ravn@ucbvax.Berkeley.EDU  (Thorbjoern Ravn Andersen)
  1317. Subject: Micro Emacs...  anybody remember it?
  1318. Message-ID: <1993Feb9.233117.15025@imada.ou.dk>
  1319.  
  1320. About a year ago, I remember seeing somebody talking about an Emacs port
  1321. for CP/M (flavour unknown).  I would very much appreciate getting
  1322. pointers towards such a beast, as somehow one gets addicted when using
  1323. GNU Emacs at a fast Sun machine.
  1324.  
  1325. It doesn't matter whether the commandset is very limited.  A very big
  1326. boon would be an UNDO.
  1327.  
  1328. If you don't know such a beast, but knows a site which archives
  1329. comp.os.cpm, that would be great as well (then I will search for it
  1330. myself).
  1331.  
  1332. Thanks in advance.
  1333.  
  1334. Regards,
  1335.  
  1336.  
  1337. -- 
  1338. Thorbj{\o}rn Andersen || Life is too short 
  1339. ravn@imada.ou.dk      || for WordPerfect...
  1340.  
  1341.                        
  1342.  
  1343. ------------------------------
  1344.  
  1345. Date: 10 Feb 93 14:38:01 GMT
  1346. From: cis.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!truax@ucbvax.Berkeley.EDU
  1347. Subject: MODULA-2 For CP/M-80?
  1348. Message-ID: <15911.2b78ccf9@ohstpy.mps.ohio-state.edu>
  1349.  
  1350. A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  1351. am interested in obtaining such a beastie.  Unfortunately I did not see    
  1352. a reply to that message.  Is such a product available?  If so, where,  
  1353. how much, etc.  Any information would be appreciated.  Thanks.
  1354.  
  1355.                         -- Ryland Truax
  1356.  
  1357. ------------------------------
  1358.  
  1359. Date: Wed, 10 Feb 93 14:27:14 GMT
  1360. From: jj@scs.leeds.ac.uk
  1361. Subject: re. using edfile with VT100/200 or ANSI terminal
  1362. Message-ID: <4217.9302101427@csunb6.scs.leeds.ac.uk>
  1363.  
  1364. I've pulled edfile3 from simtel20 and dont see how to configure it
  1365. for ANSI style cursor addressing. Anybody know what to do, or
  1366. offer hints?
  1367.  
  1368. cheers
  1369. Jim Jackson
  1370.  
  1371.  
  1372. ------------------------------
  1373.  
  1374. Date: 8 Feb 93 18:03:00 GMT
  1375. From: agate!netsys!pagesat!spssig.spss.com!uchinews!lucpum.it.luc.edu!rdth2.rdth.luc.edu!pbricker@ucbvax.Berkeley.EDU  (Preston Bricker)
  1376. Subject: Re: CP/M System for sale
  1377. Message-ID: <8FEB199312033217@rdth2.rdth.luc.edu>
  1378.  
  1379. In article <93033.30318.L697187@LMSC5.IS.LMSC.LOCKHEED.COM>, L697187@LMSC5.IS.LMSC.LOCKHEED.COM writes...
  1380. >Sorry if this is not the correct forum for this post but here goes.
  1381. >A church in Modesto, CA recently received a donation of some kind of CP/M
  1382. >system.  I can't remember the make or model but it had an S-100 bus, with
  1383. >about 8 processor boards for 8 users.  The thing wants to work but the
  1384. >hard disk has gone south.  Does anyone out there want or know of anyone
  1385. >who might want this system?  The church will accept any offer.  Interested
  1386. >parties may e-mail me.
  1387.  
  1388. Can you send any more information such as make/model, is the harddisk MFM or
  1389. IDE or SCSII, how much documentation/boot disks are there.  Multiprocessor
  1390. Z80 systems generally had one master and several slave CPU's, or does this
  1391. system have something else?
  1392.  
  1393. pbricker@rdth2.rdth.luc.edu
  1394.  
  1395. ------------------------------
  1396.  
  1397. Date: 9 Feb 93 01:05:16 GMT
  1398. From: portal!jobe!keith@uunet.uu.net  (Keith Jeffrey Kushner)
  1399. Subject: Re: What compression format uses filename.CYM or flnam.DYC
  1400. Message-ID: <C25pot.Cy9@unix.portal.com>
  1401.  
  1402. You need a program like ucrlzh??.com to uncrunch files compressed into
  1403. filename.?Y? format. It's an advanced (for CP/M, anyway) version of
  1404. crunch.
  1405.  
  1406.  
  1407. B
  1408.  
  1409. ------------------------------
  1410.  
  1411. Date: 9 Feb 93 18:15:01 GMT
  1412. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usenet.ins.cwru.edu!cleveland.Freenet.Edu!co187@ucbvax.Berkeley.EDU  (John Thompson)
  1413. Subject: RTX v1.42
  1414. Message-ID: <1l8sb5INNqbt@usenet.INS.CWRU.Edu>
  1415.  
  1416. I have been using that wonderful user-bios utility RTX v1.42 on 
  1417. my Epson PX-8 for some time now.  Yesterday, I went to use the 
  1418. calculator function and could not get the thing to go into hex 
  1419. mode -- I remember being able to do this in the past but it has 
  1420. been a while.  An exhaustive search of my files found the original 
  1421. .lbr with the documentation0on, but it was very skimpy and didn't even mention
  1422. this function.  Any PX-8 users out there who know what I need 
  1423. to do?  Thanks!
  1424.  
  1425. -- 
  1426. John Thompson        co187@cleveland.freenet.edu
  1427. FIDO 1:139/610        John.Thompson@f631.n139.z1.fidonet.org
  1428. Internet        thompsoj@vaxa.cis.uwosh.edu
  1429.  
  1430. ------------------------------
  1431.  
  1432. End of INFO-CPM Digest V93 Issue #25
  1433. ************************************
  1434. 12-Feb-93 05:18:37-MST,10591;000000000000
  1435. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1436. Date: Fri, 12 Feb 93 05:15:19 MST
  1437. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1438. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1439. Subject: INFO-CPM Digest V93 #26
  1440. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1441. Message-ID: <930212051519.V93N26@WSMR-SIMTEL20.ARMY.MIL>
  1442. Precedence: Bulk
  1443.  
  1444. INFO-CPM Digest             Fri, 12 Feb 93       Volume 93 : Issue   26
  1445.  
  1446. Today's Topics:
  1447.          Big Board II CBIOS Mods for Adaptec 4000A controller
  1448.                           Re: FIDO CP/M echo
  1449.                   Re: Interrupts during a BDOS call
  1450.                       Re: MODULA-2 For CP/M-80?
  1451.    RZMP-SRC.LBR/ZMP-SRC.LBR - Sources for RZMP and ZMP Zmodem pgms
  1452.                           Titan QX-PC Board
  1453.  
  1454. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  1455. messages collected from a Usenet feed or submitted directly for
  1456. redistribution.  The messages are presented as-is, except for header
  1457. reduction.  The products mentioned and the opinions expressed in these
  1458. messages do not necessarily imply an endorsement by anyone or any
  1459. agency involved in the redistribution of these messages.  Although the
  1460. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  1461. DIST-CPM by LISTSERV@RPITSVM.
  1462.  
  1463. Please use the mailing list server to add or delete yourself from the
  1464. list.  If you wish to unsubscribe, send e-mail (from the same address
  1465. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  1466. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  1467. command in the body of the message:  SIGNOFF DIST-CPM
  1468.  
  1469. ----------------------------------------------------------------------
  1470.  
  1471. Date: 10 Feb 93 19:29:45 GMT
  1472. From: mentor.cc.purdue.edu!hopf.math.purdue.edu!wilker@purdue.edu  (Clarence Wilkerson)
  1473. Subject: Big Board II CBIOS Mods for Adaptec 4000A controller
  1474. Message-ID: <C28zHM.KHt@mentor.cc.purdue.edu>
  1475.  
  1476. I have the Microcornucopia article on this, but the main pieces of code
  1477. ADAPTEC.MAC and ACB4000.MAC are missing. Would any ancient history hound
  1478. have these around.
  1479.  
  1480. -- 
  1481. Clarence Wilkerson      \ Bitnet:       wilker%math.purdue.edu@purccvm
  1482. Prof. of Math. (topology)\ Internet:    wilker@math.purdue.edu
  1483. Dept. of Mathematics      \ messages:   (317) 494-1903, FAX 494-0548
  1484. Purdue University,         \ office:    (317) 494-1955 (voice/modem)
  1485. W. Lafayette, Indiana 47907 \ 
  1486.  
  1487. ------------------------------
  1488.  
  1489. Date: 10 Feb 93 01:40:23 GMT
  1490. From: agate!doc.ic.ac.uk!pipex!demon!nowster.demon.co.uk!pm@ucbvax.Berkeley.EDU  (Paul Martin)
  1491. Subject: Re: FIDO CP/M echo
  1492. Message-ID: <729308423snz@nowster.demon.co.uk>
  1493.  
  1494. In article <01GUHERYFD46BG23HV@slvaxa.umsl.edu> C1891@SLVAXA.UMSL.EDU writes:
  1495.  
  1496. >How does a FIDO sysop start receiving this echo?  Ours here in St. Louis would
  1497. >be glad to add it, if he knew how.  Please email me the instructions our sysop
  1498. >needs.
  1499.  
  1500. Actually, there is a Fidonet echomail area called "CPMTECH" on the US 
  1501. backbone, which tends to be more active than comp.os.cpm. You might like 
  1502. to try that first. Many people posting in here also read that echo.
  1503.  
  1504. -- 
  1505. Paul Martin
  1506. (Fidonet 2:250/107.3)
  1507.  
  1508. ------------------------------
  1509.  
  1510. Date: 10 Feb 93 19:01:31 GMT
  1511. From: olivea!charnel!rat!usc!sdd.hp.com!hpscit.sc.hp.com!icon.rose.hp.com!hpchase.rose.hp.com!jahr@ames.arc.nasa.gov  (Steve Jahr)
  1512. Subject: Re: Interrupts during a BDOS call
  1513. Message-ID: <C28y6K.24x@hpchase.rose.hp.com>
  1514.  
  1515. Hakan Torbjar (torbjar@ce.chalmers.se) wrote:
  1516. : This is obviously implementation dependendent, but...
  1517. synopsis of problem: round-robin buffer application of interrupt driven
  1518. serial input to floppy disk output croaks upon physical I/O.
  1519.  
  1520. Well you don't really give enough details about your hardware...
  1521. but let me offer an experience from a previous life.
  1522.  
  1523. Once upon a time I had a customer who wanted to receive data into the
  1524. serial port on a Teletek Systemaster S-100 board at 9600 BAUD and write
  1525. it out to the floppy disk for later processing.  He had run into problems
  1526. and created a test program to help isolate the problem.  His test program
  1527. used the Z80-CTC to generate periodic interrupts in the background while
  1528. in the foreground he did BDOS disk I/O.  The catch was the CTC interrupt
  1529. routine varied a delay count so that the ISR took longer and longer to
  1530. execute.  This test program would hang the system everytime... but in
  1531. a slightly different place everytime.
  1532.  
  1533. After looking and looking at this problem and trying several potential
  1534. fixes I finally found the magic potion to solve the problem.
  1535.  
  1536. Note that this particular H/W used the NEC 765 FDC.  This FDC has
  1537. the "special" feature that once you start a disk read/write it keeps
  1538. going and going and going until given a stop command.  Another piece
  1539. of the puzzle was that the FDC was kludged into the Z80 interrupt daisy
  1540. chain *at the end*.  When an intack occurred with IEO from the daisy
  1541. chain false the data bus was assumed to be driven by some Z80 peripheral
  1542. chip (DMA, SIO, or CTC).  If IEO was true then bit 0 of the data bus was
  1543. zeroed while the rest floated providing an 0xFE vector for the FDC.
  1544.  
  1545. So what would happen is that we would get into the CTC ISR and hang out.
  1546. Meanwhile the DMA would interrupt to complete the disk data transfer.
  1547. Since we were already servicing an ISR the DMA interrupt was left for
  1548. later.  Later when the floppy disk rotated far enough the FDC started
  1549. reading/writing the next sector.  But of course the DMA was done so there
  1550. was nobody to take/give data and the FDC puked with a data over/under-run.
  1551.  
  1552. To fix this we had to:
  1553. A) modify the H/W to mask the FDC interrupt if any Z80 peripherals were
  1554.    "interrupt-active" using a spare 'and' gate (previously the int line
  1555.    from the 765 FDC was direct-connected to the Z80 interrupt input).
  1556. B) modify the CTC ISR to allow nested interrupts.
  1557. C) modify the DMA ISR to issue the terminal count to the 765 FDC and stop
  1558.    the floppy data transfer.
  1559.  
  1560. The bottom line is that you are trying to do something pretty advanced
  1561. for CP/M and many of these systems weren't up to this type of thing in
  1562. box stock form.  Without source code for the BIOS you are going to have
  1563. a very difficult time finding the problem.  Maybe this has given you
  1564. some ideas on where to look and how to proceed.
  1565.  
  1566. Steve Jahr
  1567. jahr@hprnd.rose.hp.com
  1568.  
  1569. ------------------------------
  1570.  
  1571. Date: 11 Feb 93 03:34:46 GMT
  1572. From: crash!cwr@nosc.mil  (Will Rose)
  1573. Subject: Re: MODULA-2 For CP/M-80?
  1574. Message-ID: <1993Feb10.193446.8983@crash>
  1575.  
  1576. truax@ohstpy.mps.ohio-state.edu wrote:
  1577. : A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  1578. : am interested in obtaining such a beastie.  Unfortunately I did not see    
  1579. : a reply to that message.  Is such a product available?  If so, where,  
  1580. : how much, etc.  Any information would be appreciated.  Thanks.
  1581.  
  1582. There was once an FTL Modula-2 written by Dave Moore, Cerenkof Computing
  1583. PO Box 305, Wynnum, Brisbane 4178, Australia.  It was distributed in
  1584. the US by Workman and Associates, Pasadena, CA.  (818) 796-4401.  But
  1585. that was then...
  1586.  
  1587. Hope this helps - Will
  1588. cwr@crash.cts.com
  1589.  
  1590. ------------------------------
  1591.  
  1592. Date: Thu, 11 Feb 93 20:15:25 EST
  1593. From: NMURRAYR@cc.curtin.edu.au (Ron Murray)
  1594. Subject: RZMP-SRC.LBR/ZMP-SRC.LBR - Sources for RZMP and ZMP Zmodem pgms
  1595. Summary: Reposted by Keith Petersen
  1596. Message-ID: <5631.w8sdz@TACOM-EMH1.Army.Mil>
  1597.  
  1598. I have uploaded to WSMR-SIMTEL20.Army.Mil and OAK.Oakland.Edu:
  1599.  
  1600. pd2:<cpm.zmodem>
  1601. RZMP-SRC.LBR    Sources for RZMP Zmodem remote comms program
  1602. ZMP-SRC.LBR     Sources for ZMP Zmodem comms program
  1603.  
  1604.    These are the sources for the final versions of the ZMP and RZMP
  1605. communications programs I wrote for CP/M a few years ago.  Each archive
  1606. contains a short description of what each file does.  Please take
  1607. note of the conditions laid out in the readme files.
  1608.  
  1609. Ron
  1610. - -
  1611. Ron Murray
  1612. NMURRAYR@cc.curtin.edu.au
  1613.  
  1614. ------------------------------
  1615.  
  1616. Date: 11 Feb 93 13:52:00 GMT
  1617. From: enterpoop.mit.edu!ira.uka.de!gmd.de!newsserver.jvnc.net!darwin.sura.net!mlb.semi.harris.com!eilc!postmaster@ucbvax.Berkeley.EDU  (Clifford Fawley)
  1618. Subject: Titan QX-PC Board
  1619. Message-ID: <729449170.AA00171@eilc.fidonet.org>
  1620.  
  1621.     I have the following information for you at this time:
  1622.  
  1623.                                         
  1624. Titan Technologies, Inc
  1625. QX-PC   Rev. 8432H
  1626. Copyright 1984
  1627.  
  1628.     Serial No.          Card Location
  1629.  
  1630. E192-4022A         Base-Bottom Card ( 1 )
  1631. E192-4022          Middle Card      ( 2 )
  1632. 2NC28-01004        Top Card         ( 3 )
  1633.  
  1634.  
  1635. Physical Card Discription
  1636.  
  1637. Bottom ( 1 ) - 60 pin Slot Card for mounting in option area in PC. Present
  1638.                Location Option 2 and covering Option 3 for non-use.
  1639.  
  1640.                Intel P8088 Microprocessor
  1641.                T.I.  TMS4500A-20NL    Cross Ref. not located
  1642.                Eprom  Copyright Titan Tech.
  1643.                Drivers/Recivers ect. & 40 pin female connector for ( 2 )
  1644.  
  1645. Middle ( 2 ) - 40 pin male connectior each side connects to ( 1 ) & ( 3 )
  1646.  
  1647.                24 MT4264-15 Chips           Cross Ref. not located
  1648.                8  MCM6665BP15 Chips
  1649.                    KQD8450                  Cross Ref. not located
  1650.     Abouve chips are located in Banks Numbered 0 through 3
  1651.  
  1652.                1 74F244N Chip                 "    "    "     "
  1653.  
  1654.  
  1655. Top ( 3 ) - 40 pin female connector
  1656.  
  1657.                32 TMS 4164-15NL Memory Chips   ( I think )
  1658.                1  74F244N
  1659.  
  1660.     I hope this give you enough information to help me out!! If I would be able to run some type of MS-DOS I would like to know how!
  1661.  
  1662.     I thought it would help you out to know what softwear I have on hand and what I am running with:
  1663.  
  1664. CP/M - 80 256K  Version B2.25     R2.2 for the QX-10       Boot/Sys Disk
  1665. MSDOS - 86   Rev: 2.0E  Format: PC     Disk: RT
  1666. MS-DOS Oper. Sys. Backup ( Looks like a copy )
  1667. IBM Oper. Sys.  IBM Ver. 2.2 (looks like it was the old QX-PC Disk)
  1668.  
  1669. CP/M-80 disk works great no problems. The other three will not give up a DIR listing but does show some type of space being used in the system part of the disk. If I change the operating system over with a program on the H/D partioning and support disk I will not be able to run CP/M and the the computer keeps looking for some thing to boot up on.
  1670.  
  1671.     Any information would be helpfull!!!
  1672.  
  1673.               *** Cliff ***
  1674.  
  1675.  * Origin: The Shire Scribe BBS: 1:374/1066@fidonet.org (1:374/1066)
  1676.  
  1677. ------------------------------
  1678.  
  1679. End of INFO-CPM Digest V93 Issue #26
  1680. ************************************
  1681. 12-Feb-93 15:17:00-MST,10393;000000000000
  1682. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1683. Date: Fri, 12 Feb 93 15:15:19 MST
  1684. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1685. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1686. Subject: INFO-CPM Digest V93 #27
  1687. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1688. Message-ID: <930212151519.V93N27@WSMR-SIMTEL20.ARMY.MIL>
  1689. Precedence: Bulk
  1690.  
  1691. INFO-CPM Digest             Fri, 12 Feb 93       Volume 93 : Issue   27
  1692.  
  1693. Today's Topics:
  1694.                           Re: FIDO CP/M echo
  1695.           Re: Micro Emacs...  anybody remember it? (2 msgs)
  1696.                   Re: MODULA-2 For CP/M-80? (4 msgs)
  1697.  
  1698. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  1699. messages collected from a Usenet feed or submitted directly for
  1700. redistribution.  The messages are presented as-is, except for header
  1701. reduction.  The products mentioned and the opinions expressed in these
  1702. messages do not necessarily imply an endorsement by anyone or any
  1703. agency involved in the redistribution of these messages.  Although the
  1704. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  1705. DIST-CPM by LISTSERV@RPITSVM.
  1706.  
  1707. Please use the mailing list server to add or delete yourself from the
  1708. list.  If you wish to unsubscribe, send e-mail (from the same address
  1709. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  1710. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  1711. command in the body of the message:  SIGNOFF DIST-CPM
  1712.  
  1713. ----------------------------------------------------------------------
  1714.  
  1715. Date: 11 Feb 93 22:05:41 GMT
  1716. From: enterpoop.mit.edu!usc!howland.reston.ans.net!sol.ctr.columbia.edu!news.unomaha.edu!cwis!winslade@ucbvax.Berkeley.EDU  (John Winslade)
  1717. Subject: Re: FIDO CP/M echo
  1718. Message-ID: <winslade.729468341@cwis>
  1719.  
  1720. C1891@SLVAXA.UMSL.EDU writes:
  1721.  
  1722. >How does a FIDO sysop start receiving this echo?  Ours here in St. Louis would
  1723. >be glad to add it, if he knew how.  Please email me the instructions our sysop
  1724. >needs.
  1725.  
  1726. Contact your local echomail coordinator and arrange for a feed.  CPMTECH is
  1727. the tagline and it is available from all three echomail hubs in Region 14
  1728. as well as many other places.
  1729.  
  1730. Good day      JSW    (Moderator CPMTECH)
  1731.  
  1732. ------------------------------
  1733.  
  1734. Date: 11 Feb 93 16:41:04 GMT
  1735. From: hubcap!ncrcae!ncrhub2!ncrgw2!psinntp!eco.twg.com!twg.com!nntp-server.twg.com!frank@gatech.edu  (Frank McConnell)
  1736. Subject: Re: Micro Emacs...  anybody remember it?
  1737. Message-ID: <FRANK.93Feb11084104@sundance.twg.com>
  1738.  
  1739. In article <1993Feb9.233117.15025@imada.ou.dk>,
  1740. ravn@imada.ou.dk (Thorbjoern Ravn Andersen) writes:
  1741. >About a year ago, I remember seeing somebody talking about an Emacs port
  1742. >for CP/M (flavour unknown).  
  1743.  
  1744. I can remember two of them.  One is Mark of the Unicorn's MINCE (Mince
  1745. Is Not Complete Emacs); the other is the editor that came with Perfect
  1746. Writer (as shipped with Kaypro systems).
  1747.  
  1748. >It doesn't matter whether the commandset is very limited.  A very big
  1749. >boon would be an UNDO.
  1750.  
  1751. I don't believe either has an UNDO feature (at least, I don't think
  1752. it's bound to C-_).  Even if they do (and I've missed or forgotten
  1753. it), I don't think either can keep undoing successive changes like GNU
  1754. Emacs.
  1755.  
  1756. -Frank McConnell    "I want my MPE" (w/apologies to Dire Straits)
  1757.  <frank@twg.com>
  1758.  
  1759. ------------------------------
  1760.  
  1761. Date: 12 Feb 93 03:02:18 GMT
  1762. From: pacbell.com!toad.com!wet!editor@decwrl.dec.com  (Eric Swanson)
  1763. Subject: Re: Micro Emacs...  anybody remember it?
  1764. Message-ID: <5310@wet.UUCP>
  1765.  
  1766. ravn@imada.ou.dk (Thorbjoern Ravn Andersen) writes:
  1767. >About a year ago, I remember seeing somebody talking about an Emacs port
  1768. >for CP/M (flavour unknown).  I would very much appreciate getting
  1769. >pointers towards such a beast, as somehow one gets addicted when using
  1770. >GNU Emacs at a fast Sun machine.
  1771.  
  1772. That might have been me, but I couldn't tell you for sure.
  1773.  
  1774. If it was me, I was probably talking about Perfect Writer, a
  1775. commercial more-or-less-emacs-clone published by Perfect
  1776. Software.  It was bundled with Kaypros for a while, and I'm
  1777. quite familiar with it because my Mom and I each did some
  1778. consulting work with Perfect for a while in the early '80s.
  1779.  
  1780. >It doesn't matter whether the commandset is very limited.  A very big
  1781. >boon would be an UNDO.
  1782.  
  1783. I don't recall whether there's an UNDO function.  Seems to
  1784. me maybe there is, but don't quote me.  Otherwise, the
  1785. commandset isn't too horribly limited.  Seems to me that the
  1786. default key-bindings diverge in places from normal emacs,
  1787. but they're all configurable (with some config utility, of
  1788. course -- no lisp in _my_ 54k TPA!).
  1789.  
  1790. Hmm.  You piqued my interest, so I just called my Mom, who
  1791. gave me the number of a former Perfect Software employee
  1792. with whom we worked for a while.  He gave me a number he had
  1793. for one of the founders of the company, but it looks like
  1794. he's left town.
  1795.  
  1796. For what it's worth, the guy I did talk to said he thought
  1797. the product line had been bought by Thorn/EMI, though what's
  1798. happened to it since then is anyone's guess.
  1799.  
  1800. E.
  1801. -- 
  1802. ------------------------------------------------------------------------
  1803. editor@Wet.COM                {netcomsv,well,ucsfcca,hoptoad}!wet!editor
  1804.     This .sig under construction.  Pardon the inconvenience.
  1805. ------------------------------------------------------------------------
  1806.  
  1807. ------------------------------
  1808.  
  1809. Date: 11 Feb 93 14:08:06 GMT
  1810. From: mentor.cc.purdue.edu!noose.ecn.purdue.edu!ea.ecn.purdue.edu!wieland@purdue.edu  (Jeffrey J Wieland)
  1811. Subject: Re: MODULA-2 For CP/M-80?
  1812. Message-ID: <1993Feb11.140806.3578@noose.ecn.purdue.edu>
  1813.  
  1814. In article <15911.2b78ccf9@ohstpy.mps.ohio-state.edu> truax@ohstpy.mps.ohio-state.edu writes:
  1815. >A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  1816. >am interested in obtaining such a beastie.  Unfortunately I did not see    
  1817. >a reply to that message.  Is such a product available?  If so, where,  
  1818. >how much, etc.  Any information would be appreciated.  Thanks.
  1819. >
  1820. >                        -- Ryland Truax
  1821.  
  1822. There were at least three Modula-2 compilers for CP/M-80:
  1823.  
  1824.     1.  FTL Modula-2, which was previously mentioned.  This is probably
  1825.     your best bet as far as availability.  There were also versions
  1826.     of it for MS-DOS and possibly for some of the 68000 based
  1827.     computers (Amiga? Atari ST?).  This one produces very tight
  1828.     code, according to a review in MicroCornucopia.
  1829.  
  1830.     2.    Turbo Modula-2.  Developed by Borland, marketed by the now-
  1831.     defunct Echelon, Inc. (the Z-System company).  When Echelon went
  1832.     out of business, the marketing agreement died with it.  Borland
  1833.     disavows all knowledge of this compiler.  Produces somewhat large,
  1834.     very fast code.
  1835.  
  1836.     I own a copy of this one -- I bought it from the guy who reviewed
  1837.     it in Micro-C.  It has an integrated environment ala' Turbo Pascal.
  1838.     The one thing I don't like about it is that it is word oriented.
  1839.     This means that there is no such thing as a 1 byte variable --
  1840.     2 bytes is the minimum.  Makes setting up records to deal with
  1841.     things like FCB's a pain.
  1842.  
  1843.     Your only hope to get a copy of this compiler would be to find
  1844.     someone who is willing to sell their's.
  1845.  
  1846.     3.    There also was a compiler developed in Europe.  I recall seeing
  1847.     advertised in a flyer for Workman and Associates.  I think it
  1848.     went for about $150.  I'll see if I still have that flyer.
  1849. --
  1850.                 Jeffrey J. Wieland
  1851.               Communication Systems Programmer
  1852.                 Agricultural Computer Network
  1853.  
  1854.     INTERNET: wieland@acn.purdue.edu        ENTM 216
  1855.     BITNET:   WIELAND@PURCCVM            Purdue University
  1856.     UUCP:     ...!ecn-ee!wieland        West Lafayette, IN 47907
  1857.     FAX:      (317)494-8342            (317)494-8333
  1858.  
  1859. ------------------------------
  1860.  
  1861. Date: 11 Feb 93 16:59:48 GMT
  1862. From: mentor.cc.purdue.edu!hopf.math.purdue.edu!wilker@purdue.edu  (Clarence Wilkerson)
  1863. Subject: Re: MODULA-2 For CP/M-80?
  1864. Message-ID: <C2An7p.u7@mentor.cc.purdue.edu>
  1865.  
  1866. I think the third was "Hochstrasse Modula-2". I have a manual, but no
  1867. software. At one point there was a distributer in Lansing, Michigan.
  1868.  
  1869. -- 
  1870. Clarence Wilkerson      \ Bitnet:       wilker%math.purdue.edu@purccvm
  1871. Prof. of Math. (topology)\ Internet:    wilker@math.purdue.edu
  1872. Dept. of Mathematics      \ messages:   (317) 494-1903, FAX 494-0548
  1873. Purdue University,         \ office:    (317) 494-1955 (voice/modem)
  1874. W. Lafayette, Indiana 47907 \ 
  1875.  
  1876. ------------------------------
  1877.  
  1878. Date: 12 Feb 93 03:32:07 GMT
  1879. From: crash!cwr@nosc.mil  (Will Rose)
  1880. Subject: Re: MODULA-2 For CP/M-80?
  1881. Message-ID: <1993Feb11.193208.13802@crash>
  1882.  
  1883. Sorry, I forgot another implementation, JRT Modula II.  You really
  1884. don't want to know about this one, possible the single most horrendous
  1885. language implementation I have ever seen.  Naturally, it was the one
  1886. I ended up buying...
  1887.  
  1888. And there was briefly an implementation from Wirth's outfit, Modula
  1889. Corp. and another from Volition Systems that ran under the P-system.
  1890. Did a Z80 ever run the P-system?
  1891.  
  1892. Will
  1893. cwr@crash.cts.com
  1894.  
  1895. ------------------------------
  1896.  
  1897. Date: 12 Feb 93 03:21:39 GMT
  1898. From: crash!cwr@nosc.mil  (Will Rose)
  1899. Subject: Re: MODULA-2 For CP/M-80?
  1900. Message-ID: <1993Feb11.192139.13687@crash>
  1901.  
  1902. Jeffrey J Wieland (wieland@ea.ecn.purdue.edu) wrote:
  1903. : In article <15911.2b78ccf9@ohstpy.mps.ohio-state.edu> 
  1904.   truax@ohstpy.mps.ohio-state.edu writes:
  1905. : >A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  1906. : >am interested in obtaining such a beastie.  Unfortunately I did not see    
  1907. : >a reply to that message.  Is such a product available?  If so, where,  
  1908. : >how much, etc.  Any information would be appreciated.  Thanks.
  1909. : >
  1910. : >                        -- Ryland Truax
  1911. : There were at least three Modula-2 compilers for CP/M-80:
  1912. [lines omitted]
  1913.  
  1914. :     3.    There also was a compiler developed in Europe.  I recall seeing
  1915. :     advertised in a flyer for Workman and Associates.  I think it
  1916. :     went for about $150.  I'll see if I still have that flyer.
  1917.  
  1918. This was probably the Hochstrasser Computing AG compiler, which came I
  1919. think from someone near N Wirth's original group.  It was 150 *pounds
  1920. sterling* (I don't have a dollar price ) so I doubt it sold in quantity.
  1921. I know nothing else about it, but it reached version 2.01, so I suppose
  1922. it worked...
  1923.  
  1924. Will
  1925. cwr@crash.cts.com
  1926.  
  1927. ------------------------------
  1928.  
  1929. End of INFO-CPM Digest V93 Issue #27
  1930. ************************************
  1931. 14-Feb-93 15:18:15-MST,9881;000000000000
  1932. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1933. Date: Sun, 14 Feb 93 15:15:36 MST
  1934. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1935. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1936. Subject: INFO-CPM Digest V93 #28
  1937. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1938. Message-ID: <930214151536.V93N28@WSMR-SIMTEL20.ARMY.MIL>
  1939. Precedence: Bulk
  1940.  
  1941. INFO-CPM Digest             Sun, 14 Feb 93       Volume 93 : Issue   28
  1942.  
  1943. Today's Topics:
  1944.               Looking for a good site for CPM software.
  1945.                             Perfect Writer
  1946.                   Re: MODULA-2 For CP/M-80? (3 msgs)
  1947.                         Re: Titan QX-PC Board
  1948.       Re: What compression format uses filename.CYM or flnam.DYC
  1949.                      Terminal Emulator for KayPro
  1950.  
  1951. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  1952. messages collected from a Usenet feed or submitted directly for
  1953. redistribution.  The messages are presented as-is, except for header
  1954. reduction.  The products mentioned and the opinions expressed in these
  1955. messages do not necessarily imply an endorsement by anyone or any
  1956. agency involved in the redistribution of these messages.  Although the
  1957. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  1958. DIST-CPM by LISTSERV@RPITSVM.
  1959.  
  1960. Please use the mailing list server to add or delete yourself from the
  1961. list.  If you wish to unsubscribe, send e-mail (from the same address
  1962. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  1963. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  1964. command in the body of the message:  SIGNOFF DIST-CPM
  1965.  
  1966. ----------------------------------------------------------------------
  1967.  
  1968. Date: 14 Feb 93 06:39:07 GMT
  1969. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!bronze.ucs.indiana.edu!btaplin@ucbvax.Berkeley.EDU  (bradley richard taplin)
  1970. Subject: Looking for a good site for CPM software.
  1971. Message-ID: <C2FEH7.5JE@usenet.ucs.indiana.edu>
  1972.  
  1973. Hello. I have had several requests in the past few months
  1974. regarding sources for CPM software. Where might I find
  1975. this with an 800 phone number? Just for my clients.
  1976.  
  1977. :)
  1978.  
  1979. -- 
  1980. Oh Joy!         Please e-mail all responses to btaplin@ucs.indiana.edu. :)
  1981.  
  1982. ------------------------------
  1983.  
  1984. Date: Fri, 12 Feb 1993  19:50 MST
  1985. From: "Frank J. Wancho" <WANCHO@WSMR-SIMTEL20.ARMY.MIL>
  1986. Subject: Perfect Writer
  1987. Message-ID: <WANCHO.12853213437.BABYL@WSMR-SIMTEL20.ARMY.MIL>
  1988.  
  1989. Perfect Writer was a customized version of MINCE, licensed from Mark
  1990. of the Unicorn.  The MINCE/SCRIBBLE package with selected sources to
  1991. customize and recompile into your own version was known as AMETHYST.
  1992. That went on to become FINAL WORD.  FW was ported to MS-DOS and ended
  1993. up as FW II before it was sold to Borland to become SPRINT.  Borland
  1994. still sells, but does not support SPRINT.  MotU, last I checked,
  1995. writes (MIDI?)  software for the music industry.  MINCE/FW/FWII are no
  1996. longer available from MotU.
  1997.  
  1998. Check the PD2:<CPM.AMETHYST> subdir here or the equivalently named
  1999. subdir on the mirror sites for AMETHYST-related files (but, not
  2000. AMETHYST itself).  PD2:<ARCHIVES.AMETHYST-USERS> contains the mail
  2001. archives.
  2002.  
  2003. Check PD1:<MSDOS.SPRINT> for SPRINT-related files, also much more on
  2004. Compuserve and on Borland's BBS.  Subscribe to SPRINT-L via
  2005. LISTSERV@VM1.NODAK.EDU.
  2006.  
  2007. --Frank
  2008.  
  2009. ------------------------------
  2010.  
  2011. Date: 12 Feb 93 09:52:53 GMT
  2012. From: enterpoop.mit.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!sci.kun.nl!pieterh@ucbvax.Berkeley.EDU  (Peter Herweijer)
  2013. Subject: Re: MODULA-2 For CP/M-80?
  2014. Message-ID: <C2By45.402@sci.kun.nl>
  2015.  
  2016. truax@ohstpy.mps.ohio-state.edu wrote:
  2017. : A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  2018. : am interested in obtaining such a beastie.  Unfortunately I did not see    
  2019. : a reply to that message.  Is such a product available?  If so, where,  
  2020. : how much, etc.  Any information would be appreciated.  Thanks.
  2021.  
  2022. There was (is?) a Turbo Modula-2 for CP/M.  From Borland.
  2023.  
  2024. Peter Herweijer
  2025. pieterh@sci.kun.nl
  2026.  
  2027. ------------------------------
  2028.  
  2029. Date: 13 Feb 93 05:12:32 GMT
  2030. From: cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!ersys!davem@beaver.cs.washington.edu  (Dave McCrady)
  2031. Subject: Re: MODULA-2 For CP/M-80?
  2032. Message-ID: <LN0VyB1w165w@ersys.edmonton.ab.ca>
  2033.  
  2034. cwr@crash.cts.com (Will Rose) writes:
  2035.  
  2036. - truax@ohstpy.mps.ohio-state.edu wrote:
  2037. - : A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  2038. - : am interested in obtaining such a beastie.  Unfortunately I did not see    
  2039. - : a reply to that message.  Is such a product available?  If so, where,  
  2040. - : how much, etc.  Any information would be appreciated.  Thanks.
  2041. - : 
  2042. - There was once an FTL Modula-2 written by Dave Moore, Cerenkof Computing
  2043. - PO Box 305, Wynnum, Brisbane 4178, Australia.  It was distributed in
  2044. - the US by Workman and Associates, Pasadena, CA.  (818) 796-4401.  But
  2045. - that was then...
  2046. - Hope this helps - Will
  2047. - cwr@crash.cts.com
  2048.  
  2049.     Borland also marketed one that was sold by Echelon (the ZCPR folks)
  2050. and Micromint.  Requires a Z80.  My copy bears a 1986 copyright.  
  2051.  
  2052.     Echelon is out of business.  I don't know about Micromint.  I've
  2053. never brought it up (it came with a computer) so I can't comment on 
  2054. how good the package is.
  2055.  
  2056.     If someone wants it, I'm amenable to ridiculous offers ....
  2057.  
  2058. --
  2059. Dave McCrady              davem@ersys.edmonton.ab.ca 
  2060.  
  2061. ------------------------------
  2062.  
  2063. Date: 14 Feb 93 15:22:09 GMT
  2064. From: enterpoop.mit.edu!usc!sdd.hp.com!nigel.msen.com!fmsrl7!lynx.unm.edu!umn.edu!spool.mu.edu!solaria.mil.wi.us!smp@ucbvax.Berkeley.EDU  (Steven M. Palm)
  2065. Subject: Re: MODULA-2 For CP/M-80?
  2066. Message-ID: <C2G2oy.rG@solaria.mil.wi.us>
  2067.  
  2068. truax@ohstpy.mps.ohio-state.edu writes:
  2069. : A few weeks ago someone asked about a MODULA-2 compiler for CP/M; I also 
  2070. : am interested in obtaining such a beastie.  Unfortunately I did not see    
  2071. : a reply to that message.  Is such a product available?  If so, where,  
  2072. : how much, etc.  Any information would be appreciated.  Thanks.
  2073. :                         -- Ryland Truax
  2074.  
  2075.  I have one that I got from "The Alternate Source", a company that used
  2076.  to do a lot of stuff for the old TRS-80 computers.  I've got a Model 4
  2077.  here and do have the Modula-2 discs, but cannot test them because I do
  2078.  not have CP/M for the machine! :(
  2079.  
  2080.  drop me e-mail to work out arrangements for transmission of the disks.
  2081.  
  2082. ----
  2083. Steven M. Palm                   FidoNet, if you must, 1:154/600.0
  2084. Milwaukee, WI                    smp@solaria.mil.wi.us
  2085.  
  2086. ------------------------------
  2087.  
  2088. Date: 13 Feb 93 03:30:01 GMT
  2089. From: enterpoop.mit.edu!spool.mu.edu!sdd.hp.com!crash!cwr@ucbvax.Berkeley.EDU  (Will Rose)
  2090. Subject: Re: Titan QX-PC Board
  2091. Message-ID: <1993Feb12.193001.25437@crash>
  2092.  
  2093. Clifford.Fawley@f1066.n374.z1.fidonet.org writes:
  2094. >
  2095. [lines omitted]
  2096. >
  2097. >E192-4022A         Base-Bottom Card ( 1 )
  2098. >E192-4022          Middle Card      ( 2 )
  2099. >2NC28-01004        Top Card         ( 3 )
  2100. >
  2101. [lines omitted]
  2102. >
  2103. >Middle ( 2 ) - 40 pin male connectior each side connects to ( 1 ) & ( 3 )
  2104. >
  2105. >               24 MT4264-15 Chips           Cross Ref. not located
  2106. >               8  MCM6665BP15 Chips
  2107. >                   KQD8450                  Cross Ref. not located
  2108. >               Above chips are located in Banks Numbered 0 through 3
  2109. >
  2110. >               1 74F244N Chip                 "    "    "     "
  2111. >
  2112. >Top ( 3 ) - 40 pin female connector
  2113. >
  2114. >               32 TMS 4164-15NL Memory Chips   ( I think )
  2115. >               1  74F244N
  2116. >
  2117.  
  2118. This is version 2 (or possibly 1, I don't know the difference).  It has a
  2119. max of 512KB of RAM, and runs MSDOS 2.1.  I don't think it will run
  2120. DOS 3.3, but you could try.  I can't tell from the ROM numbers whether
  2121. you have a CP/M ramdisk or not; the driver for this on my machine is in
  2122. a file CPMRAM27.COM, where 27 is the version number of the CP/M (B2.27).
  2123. You could look for something similar.
  2124.  
  2125. The Titan card is initialised from a CP/M program usually called QXPC.COM.
  2126. Titan put this on a separate disk, configured to run QXPC.COM automatically
  2127. on boot, and called it a pre-boot disk.  Once the card has been initialised
  2128. the user is prompted to load the boot disk for the 16-bit O/S, which need
  2129. not necessarily be MSDOS.  There are a couple of device drivers on Titan's
  2130. MSDOS boot disk that eg. deal with the hard disk.  They need to be started
  2131. from CONFIG.SYS in the usual way - I don't think you can boot directly off
  2132. the HD, as the QX16 could.
  2133.  
  2134. If you can't find a copy of QXPC.COM let me know - I may still have the
  2135. 2.1 version around somewhere.
  2136.  
  2137. Will
  2138. cwr@crash.cts.com
  2139.  
  2140. ------------------------------
  2141.  
  2142. Date: 12 Feb 93 00:30:47 GMT
  2143. From: agate!spool.mu.edu!sol.ctr.columbia.edu!eff!world!bmarcum@ucbvax.Berkeley.EDU  (Bill Marcum)
  2144. Subject: Re: What compression format uses filename.CYM or flnam.DYC
  2145. Message-ID: <C2B83C.KoG@world.std.com>
  2146.  
  2147. LT30.COM or later (I think the latest version is LT31) will extract .?Y? files
  2148. from within .LBRs or as separate files.
  2149.  
  2150. Bill Marcum  bmarcum@world.std.com
  2151.  
  2152. ------------------------------
  2153.  
  2154. Date: 13 Feb 93 12:44:36 GMT
  2155. From: virgin!unhtel!mozz.unh.edu!kepler.unh.edu!sav@uunet.uu.net  (Scott A Valcourt)
  2156. Subject: Terminal Emulator for KayPro
  2157. Message-ID: <1liqfk$qr1@mozz.unh.edu>
  2158.  
  2159. I am looking for a terminal emulator for a collegue of mine for his
  2160. KayPro machine running CP/M.  If anyone has any access to one or 
  2161. could point me into the right direction of where to look, I would
  2162. appreciate it.
  2163.  
  2164.  
  2165.  
  2166. -Scott Valcourt            INTERNET: sav@kepler.unh.edu
  2167.  Computer Science Department -- Graduate School
  2168.  University of New Hampshire
  2169.  Durham, NH 03824
  2170.  
  2171. ------------------------------
  2172.  
  2173. End of INFO-CPM Digest V93 Issue #28
  2174. ************************************
  2175. 16-Feb-93 07:47:53-MST,10820;000000000000
  2176. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2177. Date: Tue, 16 Feb 93 07:45:12 MST
  2178. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2179. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2180. Subject: INFO-CPM Digest V93 #29
  2181. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2182. Message-ID: <930216074512.V93N29@WSMR-SIMTEL20.ARMY.MIL>
  2183. Precedence: Bulk
  2184.  
  2185. INFO-CPM Digest             Tue, 16 Feb 93       Volume 93 : Issue   29
  2186.  
  2187. Today's Topics:
  2188.                          a cp/m BDOS question
  2189.                   Drexel Hill North Star BBS status
  2190.                               Ibex CP/Ms
  2191.                           Re: FIDO CP/M echo
  2192.                   Re: MODULA-2 For CP/M-80? (2 msgs)
  2193.                    Re: Terminal Emulator for KayPro
  2194.            Re: What's the best modem program for Kaypro II?
  2195.  
  2196. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  2197. messages collected from a Usenet feed or submitted directly for
  2198. redistribution.  The messages are presented as-is, except for header
  2199. reduction.  The products mentioned and the opinions expressed in these
  2200. messages do not necessarily imply an endorsement by anyone or any
  2201. agency involved in the redistribution of these messages.  Although the
  2202. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  2203. DIST-CPM by LISTSERV@RPITSVM.
  2204.  
  2205. Please use the mailing list server to add or delete yourself from the
  2206. list.  If you wish to unsubscribe, send e-mail (from the same address
  2207. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  2208. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  2209. command in the body of the message:  SIGNOFF DIST-CPM
  2210.  
  2211. ----------------------------------------------------------------------
  2212.  
  2213. Date: Mon, 15 Feb 93 12:57:32 GMT
  2214. From: jj@scs.leeds.ac.uk
  2215. Subject: a cp/m BDOS question
  2216. Message-ID: <2044.9302151257@csunb6.scs.leeds.ac.uk>
  2217.  
  2218. I'm trying to write so code that accepts an ambiguous file specifier
  2219. then for each matched file do something with it.
  2220.  
  2221. My code creates an anbiguous FCB (not at 5CH) and then calls BDOS function
  2222. 17 (dec) Search for First dir. entry, creates a new second FCB for the
  2223. found file and then processes the file. The code then loops
  2224. on BDOS function 18 (dec) Search for next, doing the same with each
  2225. returned directory entry. 
  2226.  
  2227. If my program simply displays the name of the file returned, all is well
  2228. and I have a simple 'DIR' program. However if the program does any disk
  2229. access to the file then the search next function seems to repeatedly
  2230. return the first entry - it never moves on. Is this a known BDOS
  2231. problem ? Do I have to loop and preserve the returned file details,
  2232. and use the list to do the processing after the directory has been
  2233. scanned 'without interuption'?
  2234.  
  2235. Jim Jackson
  2236. jj@scs.leeds.ac.uk
  2237.  
  2238.  
  2239. ------------------------------
  2240.  
  2241. Date: 15 Feb 93 23:49:16 GMT
  2242. From: saimiri.primate.wisc.edu!sdd.hp.com!think.com!rpi!uwm.edu!msuinfo!netnews.upenn.edu!netnews.noc.drexel.edu!king.mcs.drexel.edu!pacs!mfinn@ames.arc.nasa.gov  ( Michael Finn)
  2243. Subject: Drexel Hill North Star BBS status
  2244. Message-ID: <1427@pacs.pha.pa.us>
  2245.  
  2246. I found the following message from Bob Dean on Ladera Z-node Central:
  2247.  
  2248. Msg #15848 posted 02/14/93 at  1:44 pm by Bob Dean
  2249. To: ALL USERS     About: Drexel Hill N* ZNode (19 lines)
  2250.  
  2251. I haven't been here for quite a while, but happy to resurface with
  2252. some good news.  DHN* will be back soon, sporting a larger hard 
  2253. drive and BBS software.  Unfortunately, all of 1992 files were
  2254. lost in the process but, the PACS BBS has kept current thanks to
  2255. Mike Finn and Sheldon Isaac, and we'll be back to it.  Looks like
  2256. perhaps 1-2 weeks at the outside.
  2257.   
  2258. Its hard drive went south in November, and with it the tape backup
  2259. turned out to be bad.  
  2260.   
  2261. Still hoping to restore the Royal Oak collection online shortly
  2262. thereafter.
  2263.   
  2264. Thanks go to ny folks at PACS (esp. Mike Finn and Bill Dockhorn)
  2265. who donated the entire PACS CP/M treasury to DHN* to purchase a new
  2266. drive...and to others, you know who you are!
  2267.   
  2268. Restoring from about 110 720k flops...phooey!  That is what is taking
  2269. so long, at the moment.
  2270.  
  2271. -- 
  2272. Philadelphia     CP/M SIG     Mike Finn     E-Mail: mfinn@pacs.pha.pa.us
  2273. Area             Supporting 8-bit computers with CP/M and CP/M compatible OS
  2274. Computer         PACS Multi-SIG BBS: (215) 842-9600
  2275. Society          CP/M SIG Mailbox: cpm@pacs.pha.pa.us
  2276.  
  2277. ------------------------------
  2278.  
  2279. Date: 15 Feb 93 18:39:06 GMT
  2280. From: enterpoop.mit.edu!deccrl!caen!uwm.edu!cs.utexas.edu!convex!dobrott@ucbvax.Berkeley.EDU  (Paul Dobrott)
  2281. Subject: Ibex CP/Ms
  2282. Message-ID: <dobrott.729801546@eugene>
  2283.  
  2284. I have 2 of these.  One has 2 8" disk drives and the other has 1 8" disk drive
  2285. and a 15 meg HD (ooooooohh aaaaaaahh).  Lots of software, manuals, blank disks.
  2286.  
  2287. $100 for everything obo.
  2288.  
  2289. ------------------------------
  2290.  
  2291. Date: 15 Feb 93 08:06:31 GMT
  2292. From: peora!tous!bilver!jwt!aphelps@uunet.uu.net  (Austin Phelps)
  2293. Subject: Re: FIDO CP/M echo
  2294. Message-ID: <k27ZyB1w164w@jwt.UUCP>
  2295.  
  2296. winslade@cwis.unomaha.edu (John Winslade) writes:
  2297.  
  2298. > Good day      JSW    (Moderator CPMTECH)
  2299.  
  2300.  
  2301. Is there a front door type mailer for CP/M?
  2302.  
  2303. Thanks.
  2304.  
  2305.   _/_  Austin C. Phelps - Alliance C373 - AAWO 3303  bbs-aphelps@jwt
  2306.  /   \ Let history never forget the name Enterprise! aphelps@vicstoy
  2307. ( ][ ( Apple ][ Forever - PROUD owner of IIe & IIc   tf3@delphi.com
  2308.  \___/ Ask me about my QWK mailer  Fidonet 1:363/18  aphelps@pro-carolina
  2309.  
  2310. ------------------------------
  2311.  
  2312. Date: 15 Feb 93 15:58:40 GMT
  2313. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!fuug!funic!nokia.fi!noknic!asaariko@ucbvax.Berkeley.EDU  (Asmo Saarikoski)
  2314. Subject: Re: MODULA-2 For CP/M-80?
  2315. Message-ID: <ASAARIKO.93Feb15175840@tnso05.tele.nokia.fi>
  2316.  
  2317. In article <1993Feb11.192139.13687@crash> cwr@crash.cts.com (Will Rose) writes:
  2318.    [lines omitted]
  2319.  
  2320.    :     3.    There also was a compiler developed in Europe.  I recall seeing
  2321.    :     advertised in a flyer for Workman and Associates.  I think it
  2322.    :     went for about $150.  I'll see if I still have that flyer.
  2323.  
  2324.    This was probably the Hochstrasser Computing AG compiler, which came I
  2325.    think from someone near N Wirth's original group.  It was 150 *pounds
  2326.    sterling* (I don't have a dollar price ) so I doubt it sold in quantity.
  2327.    I know nothing else about it, but it reached version 2.01, so I suppose
  2328.    it worked...
  2329.  
  2330.    Will
  2331.    cwr@crash.cts.com
  2332.  
  2333. I have used the compiler for more than five years now, and I like it.  Efficient
  2334. code without serious bugs.  Huge control structures with many small branches
  2335. of inline code instead of subroutine calls may confuse it, though.  (Keeps your
  2336. style better... :-)  The compiler has four passes and the linker two, so compilation
  2337. isn't extremely fast on a floppy-based machine, but you can produce 64K of
  2338. code for an eprom if need be.  Compares favourably to some C compilers I
  2339. have used.  Library source has coroutine stuff that one could tailor to suit
  2340. one's hardware.
  2341.  
  2342. The designers sold the thing to Cats AG who once offered an update of it.  I
  2343. responded with more than a little delay and never got an answer.  Their ad
  2344. mentioned a z280 cross-compiler running under mess-dos among some other
  2345. things, so the source most probably hasn't been released to the public domain.
  2346.  
  2347. Asmo
  2348. asaariko@tele.nokia.fi
  2349.  
  2350. ------------------------------
  2351.  
  2352. Date: 15 Feb 93 15:25:13 GMT
  2353. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!fuug!funic!nokia.fi!noknic!asaariko@ucbvax.Berkeley.EDU  (Asmo Saarikoski)
  2354. Subject: Re: MODULA-2 For CP/M-80?
  2355. Message-ID: <ASAARIKO.93Feb15172513@tnso05.tele.nokia.fi>
  2356.  
  2357. In article <1993Feb11.192139.13687@crash> cwr@crash.cts.com (Will Rose) writes:
  2358.    [lines omitted]
  2359.  
  2360.    :     3.    There also was a compiler developed in Europe.  I recall seeing
  2361.    :     advertised in a flyer for Workman and Associates.  I think it
  2362.    :     went for about $150.  I'll see if I still have that flyer.
  2363.  
  2364.    This was probably the Hochstrasser Computing AG compiler, which came I
  2365.    think from someone near N Wirth's original group.  It was 150 *pounds
  2366.    sterling* (I don't have a dollar price ) so I doubt it sold in quantity.
  2367.    I know nothing else about it, but it reached version 2.01, so I suppose
  2368.    it worked...
  2369.  
  2370.    Will
  2371.    cwr@crash.cts.com
  2372.  
  2373. I have used the compiler for more than five years now, and I like it.  Efficient
  2374. code without serious bugs.  Huge control structures with many small branches
  2375. of inline code instead of subroutine calls may confuse it, though.  (Keeps your
  2376. style better... :-)  The compiler has four passes and the linker two, so compilation
  2377. isn't extremely fast on a floppy-based machine, but you can produce 64K of
  2378. code for an eprom if need be.  Compares favourably to some C compilers I
  2379. have used.  Library source has coroutine stuff that one could tailor to suit
  2380. one's hardware.
  2381.  
  2382. The designers sold the thing to Cats AG who once offered an update of it.  I
  2383. responded with more than a little delay and never got an answer.  Their ad
  2384. mentioned a z280 cross-compiler running under mess-dos among some other
  2385. things, so the source most probably hasn't been released to the public domain.
  2386.  
  2387. Asmo
  2388. asaariko@tele.nokia.fi
  2389.  
  2390. ------------------------------
  2391.  
  2392. Date: 14 Feb 93 23:21:16 GMT
  2393. From: agate!spool.mu.edu!mixcom.com!Rick.Bronson@ucbvax.Berkeley.EDU  (Rick.Bronson)
  2394. Subject: Re: Terminal Emulator for KayPro
  2395. Message-ID: <1993Feb14.232116.26413@mixcom.com>
  2396.  
  2397. In <1liqfk$qr1@mozz.unh.edu> sav@kepler.unh.edu (Scott A Valcourt) writes:
  2398.  
  2399. >I am looking for a terminal emulator for a collegue of mine for his
  2400. >KayPro machine running CP/M.  If anyone has any access to one or 
  2401. >could point me into the right direction of where to look, I would
  2402. >appreciate it.
  2403.  
  2404.  Try tinyterm on simtel20, I think in pd2:<cpm.?>
  2405. Rick
  2406.  
  2407. -- 
  2408. .-------------------------------------------------.
  2409. | Rick Bronson                  Tel 414-362-2419  |
  2410. | Marquette Electronics Inc.    FAX 414-362-3010  |
  2411. | 8200 W. Tower Ave.          "My employer never  |
  2412. | Milwaukee, WI 53223           agrees with me"   |
  2413. | Internet: rick@mei.com  rick.bronson@mixcom.com |
  2414. `-------------------------------------------------'
  2415.  
  2416. ------------------------------
  2417.  
  2418. Date: 13 Feb 93 06:13:38 GMT
  2419. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!psinntp!psinntp!hebron.connected.com!eskimo!lee@ucbvax.Berkeley.EDU  (Lee Hauser)
  2420. Subject: Re: What's the best modem program for Kaypro II?
  2421. Message-ID: <1993Feb13.061338.11397@eskimo.com>
  2422.  
  2423. I've used both Qterm and IMP and prefer IMP.
  2424.  
  2425. ------------------------------
  2426.  
  2427. End of INFO-CPM Digest V93 Issue #29
  2428. ************************************
  2429. 19-Feb-93 07:48:40-MST,20814;000000000000
  2430. Mail-From: W8SDZ created at 19-Feb-93 07:48:15
  2431. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2432. Date: Fri, 19 Feb 93 07:48:14 MST
  2433. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2434. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2435. Subject: INFO-CPM Digest V93 #30
  2436. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2437. Message-ID: <930219074814.V93N30@WSMR-SIMTEL20.ARMY.MIL>
  2438. Precedence: Bulk
  2439.  
  2440. INFO-CPM Digest             Fri, 19 Feb 93       Volume 93 : Issue   30
  2441.  
  2442. Today's Topics:
  2443.                              FTP for CP/M
  2444.                                  IBEX
  2445.                       Looking for some software
  2446.                   Public Domain C-compiler for CP/M?
  2447.                   Re: a cp/m BDOS question (4 msgs)
  2448.                      Re: FIDO CP/M echo (4 msgs)
  2449.                       Re: FTP for CP/M (2 msgs)
  2450.            Re: Public Domain C-compiler for CP/M? (2 msgs)
  2451.  
  2452. Info-CPM@WSMR-SIMTEL20.Army.Mil is an automated, unmoderated digest of
  2453. messages collected from a Usenet feed or submitted directly for
  2454. redistribution.  The messages are presented as-is, except for header
  2455. reduction.  The products mentioned and the opinions expressed in these
  2456. messages do not necessarily imply an endorsement by anyone or any
  2457. agency involved in the redistribution of these messages.  Although the
  2458. digest originates at WSMR-SIMTEL20.Army.Mil, it is distributed as
  2459. DIST-CPM by LISTSERV@RPITSVM.
  2460.  
  2461. Please use the mailing list server to add or delete yourself from the
  2462. list.  If you wish to unsubscribe, send e-mail (from the same address
  2463. where you were when you subscribed) to LISTSERV@RPITSVM if you are on
  2464. BITNET, or LISTSERV@VM.ITS.RPI.EDU if you are on the Internet, with this
  2465. command in the body of the message:  SIGNOFF DIST-CPM
  2466.  
  2467. ----------------------------------------------------------------------
  2468.  
  2469. Date: 16 Feb 93 16:52:17 GMT
  2470. From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!agate!doc.ic.ac.uk!warwick!nott-cs!lut.ac.uk!ttrjw@ucbvax.Berkeley.EDU  (Robert Woolley (Finalist Under Pressure))
  2471. Subject: FTP for CP/M
  2472. Message-ID: <1993Feb16.165217.11168@lut.ac.uk>
  2473.  
  2474. CP/M machines are still available in the UK. Amstrad sell a word processor
  2475. which contains a word processing package plus CP/M 3.
  2476.  
  2477. I have had my Amstrad PCW for 5 years and have upgraded it to
  2478. 512k RAM and added a 3.5" disk drive (it has a 3" 'A' drive)
  2479.  
  2480. I have recently discovered ftp and would be grateful if ftp sites for
  2481. cp/m could listed, particularly games. They need to accept anonymous
  2482. ftp, though.
  2483.  
  2484.  
  2485. Cheers,
  2486. Rob.
  2487.  
  2488. ------------------------------
  2489.  
  2490. Date: Tue, 16 Feb 93 13:43:56 -0500
  2491. From: Jay Sage <sage@ll.mit.edu>
  2492. Subject: IBEX
  2493. Message-ID: <9302161343.AA03929@LL.MIT.EDU>
  2494.  
  2495. Paul Dobrott:
  2496.  
  2497.    Before you do anything with your IBEX computers, could you please send
  2498. copies of the boot disks to Don Maslin.  He maintains an archive of boot
  2499. disks for CP/M computers.  He has one IBEX boot disk that I provided him
  2500. with, but it would be good if he had additional copies that might have
  2501. different configurations.  This is especially true for your system with the
  2502. hard disk.  The one I got for him was for a system with two 8" floppies.
  2503. We really need a boot disk for an IBEX with 5.25" drives.  Do you have any
  2504. idea where one might get one?
  2505.  
  2506.    Don Maslin can be reached at the following addresses:
  2507.  
  2508.                 Don Maslin
  2509.                 DINO(saur) SIG
  2510.                 7742 Cia Capri
  2511.                 La Jolla, CA 92037
  2512.                 Internet: donm@pnet07.cts.com
  2513.  
  2514. Thanks.
  2515.  
  2516. -- Jay Sage
  2517.  
  2518.  
  2519. ------------------------------
  2520.  
  2521. Date: 17 Feb 93 04:36:25 GMT
  2522. From: agate!howland.reston.ans.net!usc!rpi!uwm.edu!linac!mp.cs.niu.edu!news.ecn.bgu.edu!uxa.ecn.bgu.edu!not-for-mail@ucbvax.Berkeley.EDU  (Arthur Gramlich)
  2523. Subject: Looking for some software
  2524. Message-ID: <1lsfc9$fdi@uxa.ecn.bgu.edu>
  2525.  
  2526. Hello out there,
  2527.  
  2528. I've got some old Kaypro's a model 4 and II and need some help.
  2529.  
  2530. The only cp/m disk I have is for the II and doesn't have much on it. I need
  2531. to find a format and copy for the 4 so that I can use the double sided
  2532. drives. I'm also looking for a spreadsheet and database. I have FTP access
  2533. but can't seem to find what I need. Any help would be greatly appreciated.
  2534.  
  2535. Thanks all.
  2536.  
  2537. Jay
  2538.  
  2539.  
  2540. -- 
  2541. Jay (Arthur) Gramlich | "Heineken! F*ck that sh*t! Papst Blue Ribbon!" - Frank
  2542. cuajg@uxa.ecn.bgu.edu | "Rich c*nt don't wanna eat. F*ck her!" - George Carlin
  2543. Eastern Illinois Univ | "Who has the power to cover it up?" - X in JFK
  2544.     Part-Time GOD     | "Bite Me" - Dave Letterman "Screw You" - Al Goldstein 
  2545.  
  2546. ------------------------------
  2547.  
  2548. Date: 17 Feb 93 14:38:01 GMT
  2549. From: enterpoop.mit.edu!ira.uka.de!scsing.switch.ch!news.univie.ac.at!hp4at!mcsun!sunic!news.lth.se!pollux.lu.se!haxan.quark.lu.se!henrik@ucbvax.Berkeley.EDU  (Henrik Carling)
  2550. Subject: Public Domain C-compiler for CP/M?
  2551. Message-ID: <1993Feb17.143801.9148@pollux.lu.se>
  2552.  
  2553. Is there a public-domain c-compiler for CP/M somewhere?
  2554. Can anyone recommend a c-compiler for the Amstrad CPC-6128 ?
  2555.  
  2556.                               /Henrik Carling
  2557.                                MAIL to  CARLING@VXCERN.CERN.CH
  2558.  
  2559. ------------------------------
  2560.  
  2561. Date: 16 Feb 93 17:55:05 GMT
  2562. From: cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu!hellgate.utah.edu!cc.usu.edu!ivie@ucbvax.Berkeley.EDU  (CP/M lives!)
  2563. Subject: Re: a cp/m BDOS question
  2564. Message-ID: <1993Feb16.115506.64103@cc.usu.edu>
  2565.  
  2566. In article <2044.9302151257@csunb6.scs.leeds.ac.uk>, jj@SCS.LEEDS.AC.UK writes:
  2567. > If my program simply displays the name of the file returned, all is well
  2568. > and I have a simple 'DIR' program. However if the program does any disk
  2569. > access to the file then the search next function seems to repeatedly
  2570. > return the first entry - it never moves on. Is this a known BDOS
  2571. > problem ? Do I have to loop and preserve the returned file details,
  2572. > and use the list to do the processing after the directory has been
  2573. > scanned 'without interuption'?
  2574.  
  2575. It's in TFM, if memory serves. You can't do anything else with BDOS while
  2576. you're doing searches; you have to save all the FCBs you find up and
  2577. process them later.
  2578.  
  2579. Remember, we're not talking about a re-entrant OS here...
  2580. -- 
  2581.  
  2582. Roger Ivie                      "My God! That computer is full of Pentium!
  2583. ivie@cc.usu.edu                  It's a wonder that you haven't been turned
  2584.                                  into mutants!"
  2585.  
  2586. ------------------------------
  2587.  
  2588. Date: 17 Feb 93 00:42:05 GMT
  2589. From: enterpoop.mit.edu!paperboy.osf.org!think.com!sdd.hp.com!usc!cs.utexas.edu!torn!nott!cunews!freenet.carleton.ca!Freenet.carleton.ca!ab773@ucbvax.Berkeley.EDU  (Guy Cousineau)
  2590. Subject: Re: a cp/m BDOS question
  2591. Message-ID: <1993Feb17.004205.16705@freenet.carleton.ca>
  2592.  
  2593. In a previous article, jj@SCS.LEEDS.AC.UK () says:
  2594.  
  2595. >
  2596. >I'm trying to write so code that accepts an ambiguous file specifier
  2597. >then for each matched file do something with it.
  2598. >
  2599. >My code creates an anbiguous FCB (not at 5CH) and then calls BDOS function
  2600. >17 (dec) Search for First dir. entry, ....
  2601. >on BDOS function 18 (dec) Search for next, doing the same with each
  2602. >returned directory entry. 
  2603. >
  2604. >If my program simply displays the name of the file returned, all is well
  2605. >and I have a simple 'DIR' program. However if the program does any disk
  2606. >access to the file then the search next function seems to repeatedly
  2607. >return the first entry - it never moves on. Is this a known BDOS
  2608.  
  2609. What you are describing is NORMAL???  There is something that you need to
  2610. do but I just can't remember what it is precisely.  From what I recall,
  2611. you have to do a SEARCH FIRST on the file you just matched and then follow
  2612. with a SEARCH NEXT on the ambiguous FCB....no that does not sound right
  2613.  
  2614. I'll have to read MY docs...pull out the 40 K of source code where I have
  2615. all this stuff neatly tucked away.  Will re-post when I have the real
  2616. answer...ttys
  2617.  
  2618.  
  2619. -- 
  2620. Guy Cousineau                  On FidoNet CPMTECH and ADAM echo
  2621. Ottawa Canada                  Home RCPM (613) 829-6354  8N1
  2622.                                After 11 pm    300-2400 BPS
  2623.  
  2624. ------------------------------
  2625.  
  2626. Date: 16 Feb 93 21:01:40 GMT
  2627. From: enterpoop.mit.edu!eru.mt.luth.se!kth.se!sunic!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!ira.uka.de!yale.edu!newsserver.jvnc.net!darwin.sura.net!wupost  (Lindsay Haisley)
  2628. Subject: Re: a cp/m BDOS question
  2629. Message-ID: <1993Feb16.210140.23774@wixer.cactus.org>
  2630.  
  2631. In article <2044.9302151257@csunb6.scs.leeds.ac.uk> jj@SCS.LEEDS.AC.UK writes:
  2632. >
  2633. >I'm trying to write so code that accepts an ambiguous file specifier
  2634. >then for each matched file do something with it.
  2635. >
  2636. >My code creates an anbiguous FCB (not at 5CH) and then calls BDOS function
  2637. >17 (dec) Search for First dir. entry, creates a new second FCB for the
  2638. >found file and then processes the file. The code then loops
  2639. >on BDOS function 18 (dec) Search for next, doing the same with each
  2640. >returned directory entry. 
  2641. >
  2642. >If my program simply displays the name of the file returned, all is well
  2643. >and I have a simple 'DIR' program. However if the program does any disk
  2644. >access to the file then the search next function seems to repeatedly
  2645. >return the first entry - it never moves on. Is this a known BDOS
  2646. >problem ? Do I have to loop and preserve the returned file details,
  2647. >and use the list to do the processing after the directory has been
  2648. >scanned 'without interuption'?
  2649.  
  2650.  
  2651. According to Johnson/Laird's "CP/M Programmer's Handbook", whenever a
  2652. subroutine is called to get the >next< file, one must execute a Search First
  2653. function to re-find the previous file, using the same FCB as was used for
  2654. the previous find.  I would assume that the FCB used for providing the ambiguous
  2655. file name will contain, following a Search Next, the information necessary
  2656. to keep the process in synch.  It's been a while since I've worked with
  2657. these functions, so I can't give better details.
  2658.  
  2659.  
  2660. -- 
  2661. "Everything works if you let it"    |                Lindsay Haisley
  2662. -- The Roadie                       |            fmouse@wixer.cactus.org
  2663.                             |                    * * * *
  2664.                                 |               Austin, Texas, USA
  2665.  
  2666. ------------------------------
  2667.  
  2668. Date: 17 Feb 93 02:27:08 GMT
  2669. From: wupost!cs.utexas.edu!torn!nott!cunews!freenet.carleton.ca!Freenet.carleton.ca!ab773@gumby.wisc.edu  (Guy Cousineau)
  2670. Subject: Re: a cp/m BDOS question
  2671. Message-ID: <1993Feb17.022708.8868@freenet.carleton.ca>
  2672.  
  2673. In a previous article, jj@SCS.LEEDS.AC.UK () says:
  2674.  
  2675. >
  2676. >I'm trying to write so code that accepts an ambiguous file specifier
  2677. >then for each matched file do something with it.
  2678. >
  2679.  
  2680. I have sent you an E-MAIL with two pages of source code showing roughly
  2681. how to proceed to get the SEARCH NEXT to work properly.  The trick is to
  2682. save the CURRENT search first file name, do your stuff with the matched
  2683. file, restore the search first file name, call SEARCH FIRST and follow
  2684. with SEARCH NEXT.  I have used this in an AFN file copy routine for a CCP
  2685. and it works just fine.....ttys
  2686.  
  2687.  
  2688. -- 
  2689. Guy Cousineau                  On FidoNet CPMTECH and ADAM echo
  2690. Ottawa Canada                  Home RCPM (613) 829-6354  8N1
  2691.                                After 11 pm    300-2400 BPS
  2692.  
  2693. ------------------------------
  2694.  
  2695. Date: 17 Feb 93 02:32:28 GMT
  2696. From: cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu!torn!nott!cunews!freenet.carleton.ca!Freenet.carleton.ca!ab773@ucbvax.Berkeley.EDU  (Guy Cousineau)
  2697. Subject: Re: FIDO CP/M echo
  2698. Message-ID: <1993Feb17.023228.10083@freenet.carleton.ca>
  2699.  
  2700. In a previous article, pm@nowster.demon.co.uk (Paul Martin) says:
  2701.  
  2702. >>Is there a front door type mailer for CP/M?
  2703. >
  2704. >Yes, YBBAT, which just happens to be written by 
  2705. >John (aka Jack) Winslade.
  2706. >
  2707. >I did actually write most of one in Turbo Pascal myself, but never 
  2708. >completed it.
  2709.  
  2710. The more I travel, the more I run into people I know.  Also, the more I
  2711. find out what people have been up to....just show me the front door and
  2712. I'll jump right in  :-)   Now if I could only download all the mail in
  2713. this area and read it with CRR  :-)    ttys....... Guy
  2714.  
  2715.  
  2716. -- 
  2717. Guy Cousineau                  On FidoNet CPMTECH and ADAM echo
  2718. Ottawa Canada                  Home RCPM (613) 829-6354  8N1
  2719.                                After 11 pm    300-2400 BPS
  2720.  
  2721. ------------------------------
  2722.  
  2723. Date: 17 Feb 93 02:06:07 GMT
  2724. From: agate!howland.reston.ans.net!wupost!crcnis1.unl.edu!news.unomaha.edu!cwis!winslade@ucbvax.Berkeley.EDU  (John Winslade)
  2725. Subject: Re: FIDO CP/M echo
  2726. Message-ID: <winslade.729914767@cwis>
  2727.  
  2728. bbs-aphelps@jwt.UUCP (Austin Phelps) writes:
  2729.  
  2730. >Is there a front door type mailer for CP/M?
  2731.  
  2732. There are a couple of mailers out, but none have the boatload o'features
  2733. nor the candy coating that the MeSs-DOS ones typically do.  Ybbat and
  2734. Foodo/Pancake and Daisy are the common ones.  None of them are load-and
  2735. go, meaning they usually require some machine-specific customization to
  2736. get them to work correctly.
  2737.  
  2738. I can answer most questions about the Ybbat package.  It's been brought
  2739. up on most of the common CP/M machines.  The only one I know of where a
  2740. serious attempt to configure it has failed was the C 128, and in this 
  2741. case it would run, but had problems and the person doing it finally got
  2742. tired of messing with it.
  2743.  
  2744. There is a lot of interest and activity in the CP/M community.  To simply
  2745. say that CP/M is not dead is an understatement.  There are many active
  2746. CP/M users in Fidonet and a number of Fidonet nodes are hosted on CP/M
  2747. machines.
  2748.  
  2749. Good day        JSW
  2750.  
  2751. ------------------------------
  2752.  
  2753. Date: 17 Feb 93 02:15:56 GMT
  2754. From: agate!howland.reston.ans.net!wupost!crcnis1.unl.edu!news.unomaha.edu!cwis!winslade@ucbvax.Berkeley.EDU  (John Winslade)
  2755. Subject: Re: FIDO CP/M echo
  2756. Message-ID: <winslade.729915356@cwis>
  2757.  
  2758. pm@nowster.demon.co.uk (Paul Martin) writes:
  2759.  
  2760. >>Is there a front door type mailer for CP/M?
  2761.  
  2762. >Yes, YBBAT, which just happens to be written by 
  2763. >John (aka Jack) Winslade.
  2764.  
  2765. >I did actually write most of one in Turbo Pascal myself, but never 
  2766. >completed it.
  2767.  
  2768. That's too bad.  I would like to see more CP/M implementations get on line.
  2769. As you probably found out, coding a program to implement the protocol that
  2770. is specified in FTS-0001 is relatively simple, but dealing with the
  2771. variations, deviations, violations, and real-world quirks of the many
  2772. different mailers out there is what makes the job difficult.
  2773.  
  2774. I and a few others have been playing around with the code to KTmail, the
  2775. latest Ybbat mailer for over a year now.  (For me, it's been more off than
  2776. on lately.)  It's to the point that it ALMOST does a good job of high-
  2777. speed windowed Sealink, even when it has to pause to access the disk.  I
  2778. am hoping somebody will take on the project of cleaning this up and adding
  2779. the few items necessary to give it the capability of the Dietifna variant
  2780. of Wazoo.  (If anyone's a fairly good Z80 assembler hacker and wants to try
  2781. a shot, please let me know.)
  2782.  
  2783. Good day       JSW
  2784.  
  2785. ------------------------------
  2786.  
  2787. Date: 16 Feb 93 22:38:30 GMT
  2788. From: agate!doc.ic.ac.uk!pipex!demon!nowster.demon.co.uk!pm@ames.arc.nasa.gov  (Paul Martin)
  2789. Subject: Re: FIDO CP/M echo
  2790. Message-ID: <729902310snz@nowster.demon.co.uk>
  2791.  
  2792. In article <k27ZyB1w164w@jwt.UUCP> bbs-aphelps@jwt.UUCP writes:
  2793.  
  2794. >winslade@cwis.unomaha.edu (John Winslade) writes:
  2795.  
  2796. >> Good day      JSW    (Moderator CPMTECH)
  2797.  
  2798. >Is there a front door type mailer for CP/M?
  2799.  
  2800. Yes, YBBAT, which just happens to be written by 
  2801. John (aka Jack) Winslade.
  2802.  
  2803. I did actually write most of one in Turbo Pascal myself, but never 
  2804. completed it.
  2805.  
  2806. -- 
  2807. Paul Martin
  2808.  
  2809. ------------------------------
  2810.  
  2811. Date: 17 Feb 93 02:34:27 GMT
  2812. From: enterpoop.mit.edu!eru.mt.luth.se!kth.se!sunic!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!news.belwue.de!ira.uka.de!yale.edu!qt.cs.utexas.edu!cs.  (Lindsay Haisley)
  2813. Subject: Re: FTP for CP/M
  2814. Message-ID: <1993Feb17.023427.8032@wixer.cactus.org>
  2815.  
  2816. In article <1993Feb16.165217.11168@lut.ac.uk> R.J.Woolley@lut.ac.uk (Robert Woolley (Finalist Under Pressure)) writes:
  2817. >I have recently discovered ftp and would be grateful if ftp sites for
  2818. >cp/m could listed, particularly games. They need to accept anonymous
  2819. >ftp, though.
  2820.  
  2821. The classic archive for CP/M public domain software is
  2822. wsmr-simtel20.army.mil.  There is a mirror site of same on
  2823. wuarchive.wustl.edu.  Both will accept anonymous ftp.
  2824.  
  2825.  
  2826. -- 
  2827. "Everything works if you let it"    |                Lindsay Haisley
  2828. -- The Roadie                       |            fmouse@wixer.cactus.org
  2829.                             |                    * * * *
  2830.                                 |               Austin, Texas, USA
  2831.  
  2832. ------------------------------
  2833.  
  2834. Date: 16 Feb 93 22:45:41 GMT
  2835. From: agate!doc.ic.ac.uk!pipex!demon!nowster.demon.co.uk!pm@ames.arc.nasa.gov  (Paul Martin)
  2836. Subject: Re: FTP for CP/M
  2837. Message-ID: <729902741snz@nowster.demon.co.uk>
  2838.  
  2839. In article <1993Feb16.165217.11168@lut.ac.uk> R.J.Woolley@lut.ac.uk writes:
  2840.  
  2841. >I have recently discovered ftp and would be grateful if ftp sites for
  2842. >cp/m could listed, particularly games. They need to accept anonymous
  2843. >ftp, though.
  2844.  
  2845. The obvious ones are:
  2846.  
  2847. oak.oakland.edu            /mirrors/cpm  (slightly uncertain about this)
  2848. wsmr-simtel20.army.mil     pd2:<cpm>
  2849.  
  2850. These two have exactly the same files, but oakland is far easier to 
  2851. negociate your way about in.
  2852.  
  2853. -- 
  2854. Paul Martin
  2855. pd2:<cpm.bbs>crr0120.zip
  2856. .soon to be crr0150.zip
  2857.  
  2858. ------------------------------
  2859.  
  2860. Date: 17 Feb 93 17:55:48 GMT
  2861. From: wupost!cs.utexas.edu!uwm.edu!linac!unixhub!cardinal.SLAC.Stanford.EDU!ralph@louie.udel.edu  (Ralph Becker-Szendy)
  2862. Subject: Re: Public Domain C-compiler for CP/M?
  2863. Message-ID: <C2Ltt0.Aqt@unixhub.SLAC.Stanford.EDU>
  2864.  
  2865. This newsgroup needs a FAQ; proof: the following question (which is a very
  2866. good one, and asked quite frequently):
  2867.  
  2868. In <1993Feb17.143801.9148@pollux.lu.se> henrik@haxan.quark.lu.se 
  2869. (Henrik Carling) writes:
  2870. >Is there a public-domain c-compiler for CP/M somewhere?
  2871. I only know of small-C. See SMCxxx in the SIMTEL20 (or mirror) archives.
  2872. Mail me if you can't find it.
  2873.  
  2874. >Can anyone recommend a c-compiler for the Amstrad CPC-6128 ?
  2875. Commercial: 
  2876. - MIX C, for $19.95 or so. Pretty good K&R C, comes with a manual which is 
  2877.   more a C textbook. More an educational compiler than a production tool.
  2878. - Hi-Tech C, for about Aus-$200. I think it's excellent, I use it all
  2879.   the time. Some of the libraries are a little buggy, but that can be
  2880.   easily fixed, since you get the full source for the libraries. Note that
  2881.   this compiler is mostly ANSI compliant (although recently I seem to
  2882.   have found some bugs when casting things through (void *) pointer. I have
  2883.   the postal address and phone number for them at home, but they can
  2884.   be reached on the network as HITECH@HITECH.COM.AU.
  2885. - Aztec-C, I only know of its existence, not whether it can still be bought,
  2886.   or how expensive it is, and even less how good it is.
  2887. For cross-development on an IBM-PC or a Unix workstation, I only know
  2888. of the existence of a few suppliers, haven't tried any of them myself:
  2889. Hi-Tech, 2500AD, and MicroTec come to mind.
  2890.  
  2891. Good luck!
  2892. -- 
  2893. Ralph Becker-Szendy                                 RALPH@SLAC.STANFORD.EDU
  2894. Stanford Linear Accelerator Center                      RALPH@SLACVM.BITNET
  2895. M.S. 95, P.O. Box 4349, Stanford, CA 94309                    (415)926-2701
  2896. My opinion. This is not SLAC, Stanford U, or the US DoE speaking. Just me.
  2897.  
  2898. ------------------------------
  2899.  
  2900. Date: 17 Feb 93 16:35:49 GMT
  2901. From: enterpoop.mit.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!sci.kun.nl!pieterh@ucbvax.Berkeley.EDU  (Peter Herweijer)
  2902. Subject: Re: Public Domain C-compiler for CP/M?
  2903. Message-ID: <C2Lq3p.Cus@sci.kun.nl>
  2904.  
  2905. In <1993Feb17.143801.9148@pollux.lu.se> henrik@haxan.quark.lu.se (Henrik Carling) writes:
  2906.  
  2907. >Is there a public-domain c-compiler for CP/M somewhere?
  2908. >Can anyone recommend a c-compiler for the Amstrad CPC-6128 ?
  2909.  
  2910. Public Domain: A zillion versions of Small-C.  That's all I believe.
  2911.  
  2912. Commercial: I know of MIX C and Aztec C.  The BDS C compiler, although
  2913. not 100% standard and lacking floats, is a classic.  I don't know about
  2914. the availability of any of those.  Specifically for the CPC you could
  2915. check out Arnor C (a full C implementation under CP/M+ from the guys
  2916. who brought you Protext).  Last thing I know is they're still in
  2917. business for the CPC.
  2918.  
  2919. ANSI C, C++: Forget it.
  2920.  
  2921. Peter Herweijer
  2922. pieterh@sci.kun.nl
  2923.  
  2924. ------------------------------
  2925.  
  2926. End of INFO-CPM Digest V93 Issue #30
  2927. ************************************
  2928.