home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / cpm / 925 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  2.8 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!LL.MIT.EDU!sage
  2. From: sage@LL.MIT.EDU (Jay Sage)
  3. Newsgroups: comp.os.cpm
  4. Subject: Miscellaneous Replies
  5. Message-ID: <9207201042.AA09020@LL.MIT.EDU>
  6. Date: 20 Jul 92 14:42:24 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 47
  10.  
  11.  
  12.    To "williams9027@iscsvax.uni.edu" about "converting files":  There are
  13. very nice programs that run on a PC that will read hundreds of CP/M disk
  14. formats.  One of the nicest ones is 22DISK, shareware from Sydex in Oregon
  15. and available on just about all MS-DOS BBS systems.  Whether it will do the
  16. trick depends on what CP/M disk format you are dealing with.
  17.  
  18.    This technique will copy the data in the files over to the DOS machine as
  19. binary data, i.e., completely unchanged.  What you do with the data then is
  20. a separate problem.  ASCII text is never a problem.  If they are WordStar
  21. files, for example, they can be used with DOS versions of WordStar.  The
  22. same goes for dBaseII files.  Lots of other programs have the ability to
  23. convert data that is in those popular formats.  If the data is for some
  24. strange program, then you will have more trouble and might have to write
  25. your own conversion software.
  26.  
  27.    If you want to move to a Mac, I'd suggest converting to DOS first.  There
  28. are programs available for the Mac that allow it to read DOS diskettes.
  29.  
  30.    Matthew Kasdorf was looking for a boot disk for the iBEX 7102.  Don
  31. Maslin of the Dino(saur)SIG in San Diego probably has this boot disk in his
  32. collection.  If not, I have a friend who HAD an iBEX.  It may have been the
  33. 7102, and he may still have it.  If Don does not have the disk, let me know
  34. and I will try to track it down.
  35.  
  36.    On the subject of undocumented Z80 opcodes, Dag Erik Lindberg recently
  37. wrote, "Zilog recognized that some useful things could be done with those
  38. op-codes, but flat stated that if their manufacturing process changed, or
  39. micro-code was modified, those op-codes may not work any more.  As it turned
  40. out, the Z80 sort of dead-ended development wise, and that never happened."
  41.  
  42.    Not at all!  The Z80 was far from dead-ended.  The Z180 and Z280 chips
  43. have followed it.  Both are Z80-code-compatible.  They are supposed to run
  44. everything written properly for the Z80.  Thus, they are not guaranteed to
  45. run programs that used the undocumented codes (and I don't know if the Z180
  46. or Z280 run those codes or not).
  47.  
  48.    I once built a computer (actually, it is still running my home electrical
  49. and heating systems) using an Intel 8085, and I made use of its undocumented
  50. opcodes.  Later I had to replace the chip with one from Toshiba, and I had a
  51. sudden sinking feeling that the software would no longer run because I had
  52. used those opcodes.  But it ran fine.  Either Toshiba had licensed the mask
  53. designs or the operation of those codes followed automatically from the
  54. obvious implemention of the documented codes.
  55.  
  56. -- Jay Sage
  57.  
  58.