home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / z-4-at11.arc / Z-4-AT.HLP < prev   
Encoding:
Text File  |  1992-08-24  |  8.3 KB  |  213 lines

  1. ;          Z AT Last! Z AT Last! Thank Cran And Others! Z AT Last! 
  2.  
  3.   (A Primer On Using Z-System Software On AT-Class Machines Under MYZ80) 
  4.  
  5.      On the 1st day of the  8th  month, 1992, Simeon Cran brought forth 
  6. MYZ80100.ZIP, a 58k package which lets AT-class machines run Z80-class 
  7. software. Not only does Cran's emulator run CP/M programs, but it also runs 
  8. Z-System programs. As CP/M machines die and IBM machines get produced, this 
  9. development comes as exciting news to those who have remained active in the 
  10. 8-bit community. Few AT-class machine owners are aware of the advancements 
  11. that have taken place in 8-bit operating systems over the last ten years. 
  12. Now that these advancements are available to them, I think a short article 
  13. which talks about how to get the software and how to use it has a place.
  14.  
  15.                    1.  What You Need And How To Get It 
  16.    Press ^C        2.  Getting Started With MYZ80 
  17.     To Exit        3.  Getting Started With Z-System 
  18.       HELP         4.  Bringing Up The Key Z-System Tools 
  19.                    5.  Concluding Remarks, Update Information 
  20. :1
  21.  
  22.                       What You Need And How To Get It 
  23.  
  24.      As of this writing (August 24, 1992), the first thing you need is the 
  25. file MYZ80100.ZIP. You may send for it directly by writing the author. 
  26. MYZ80 is user-supported software and Simeon Cran will send you the latest 
  27. version of his emulator and listen to your questions. The registration fee 
  28. is $30 Australian ($23.50 US) and the address is:
  29.  
  30.                   MYZ80 Registration, Software by Simeon
  31.                      2 Maytone Avenue, Killara N.S.W.
  32.                               AUSTRALIA 2071
  33.  
  34.      MYZ80100.ZIP is available for download from electronic bulletin 
  35. boards. I run such a board in Connecticut, Z-Node #12, (203) 665-1100. If 
  36. you don't care or are not equipped to download, a 720k 3.5" disk with 
  37. MYZ80100.ZIP *plus* the 20 or so files discussed below may be obtained by 
  38. sending a $10 check to:
  39.  
  40.     Small Computer Support, 24 East Cedar Street, Newington, CT 06111
  41.  
  42. I strongly encourage you to register your copy with the author.
  43.  
  44.      The second thing you need is the NZCOM package, an automatic, dynamic, 
  45. universal Z-System, a CP/M 2.2 compatible operating system. To order it, 
  46. send a check for $49 plus $3 S&H to:
  47.  
  48.  Sage Microsystems East, 1435 Centre Street, Newton Centre, MA 02159-2469
  49.  
  50. :2
  51.  
  52.                         Getting Started With MYZ80 
  53.  
  54.      Since MYZ80 is provided in .ZIP form, you'll need to unZIP it. For 
  55. this you'll need PKUNZIP.EXE. Place the disk with MYZ80100.ZIP in your 
  56. drive and copy it to a subdirectory of your hard disk. Say you've created a 
  57. subdirectory via
  58.  
  59.      C:\> md myz80
  60.  
  61. Then, copy the .ZIP file to this subdirectory via
  62.  
  63.      C:\> copy a:myz80100.zip \myz80
  64.  
  65. Next, change directories and unZIP the file via
  66.  
  67.      C:\> cd myz80
  68.      C:\MYZ80> pkunzip myz80100
  69.  
  70. At this point, you should have 6 or so files in the subdirectory. One of 
  71. them is CPM.EXE. Run it via
  72.  
  73.      C:\MYZ80> cpm
  74.  
  75. If you are running an unregistered copy of the software, you will be 
  76. presented with several screens of information. By hitting return you will 
  77. eventually get the "A prompt."
  78.  
  79.      A0>
  80.  
  81. Type DIR at this prompt to get a directory of the files on the "A disk."
  82.  
  83.      A0> dir
  84.  
  85. Among the files, the following will appear: DOSDIR.COM, EXPORT.COM, 
  86. IMPORT.COM and QUIT.COM. There will be others, but the four listed above 
  87. are the most important ones. DOSDIR lets you get a directory of the 
  88. subdirectory from which you invoked the emulator.
  89.  
  90.      A0> dosdir
  91.  
  92. should show you something like the following:
  93.  
  94.      myz80100.zip|cpm.exe     |a.dsk       |boot.cpm
  95.      myz80.doc   |read.1st    |            |
  96.  
  97. [Note: DOSDIR actually supports a full DOS path prefix, so to see what's on 
  98. your "floppy disk" in your DOS computer's B: drive, you could type dosdir 
  99. b: or to see the files on your hard disk in your UTIL subdirectory, type 
  100. dosdir c:\util. End of note.]
  101.  
  102. IMPORT lets you copy files from your hard disk (or your "floppies") to your 
  103. "A disk." EXPORT goes the other way. QUIT gets you out of the emulator and 
  104. back to MSDOS (or DRDOS etc.) The file named A.DSK holds the files you see 
  105. when you issue the CP/M DIR command. As you IMPORT, this file grows in 
  106. size.
  107.  
  108.      MYZ80 supports three 8 megabyte "partitions", "drives A, B and C", and 
  109. a RAM disk, "drive D." You log into these drives as follows:
  110.  
  111.      A0> b:
  112.      B0> c:
  113.      C0>
  114.  
  115. You may also log into drive A, "user area 1", via the CP/M USER resident 
  116. command:
  117.  
  118.      C0> user 1
  119.      C1> a:
  120.      A1>
  121.  
  122. Simeon put files in user area 0 and user area 1 of drive A.
  123.  
  124.      A1> dir
  125.  
  126. should show you a few files. One of them is MYZ80.Z3T. This file is a 
  127. "terminal capabilities" segment and will be used to provide hilighting, 
  128. clear screen, cursor positioning etc. functions when we bring up Z-System.
  129.  
  130. :3
  131.  
  132.                        Getting Started With Z-System 
  133.  
  134.      The key files you need to get Z-System going are MKZCM.COM, NZCOM.LBR 
  135. and NZCOM.COM. These files are part of the NZCOM package mentioned above. 
  136. NZCOM (ie. Z-System for CP/M 2.2 computers) may be purchased from Sage 
  137. Microsystems East (address above).
  138.  
  139.      Copy these files from your distribution disk to the MYZ80 
  140. subdirectory. If you are running the emulator, leave it and get back to 
  141. MSDOS (DRDOS etc.) via
  142.  
  143.      A0> quit
  144.      C:\MYZ80>
  145.  
  146. Now, do the copy.
  147.  
  148.      C:\MYZ80> copy a:mkzcm.com
  149.      C:\MYZ80> copy a:nzcom.lbr
  150.      C:\MYZ80> copy a:nzcom.com
  151.  
  152. Next, run the emulator and bring these files into your "A disk" with 
  153. IMPORT.
  154.  
  155.      C:\MYZ80> cpm
  156.      A0> import mkzcm.com
  157.      A0> import nzcom.lbr
  158.      A0> import nzcom.com
  159.  
  160. Next, run MKZCM, which allows you to define which "system segments" you 
  161. want and how big they are going to be.
  162.  
  163.      A0> mkzcm
  164.  
  165. The "system segment" called the "resident command processor" defaults to 
  166. one which is 16 records (2k) big. Since the stock "resident command 
  167. processor" in NZCOM.LBR is 18 records long, select option 5 from the MKZCM 
  168. menu and then enter 18 for the new size. To save the results, type S and 
  169. when asked what name to use for the "environment" files which will get 
  170. created, type NZCOM. Do not be concerned at this point about exactly what 
  171. is going on. MKZCM provides many choices. Our objective here is to get you 
  172. up and running, not to explain the details and possibilities.
  173.  
  174.      Run NZCOM (the Z-System segment loader) by typing:
  175.  
  176.      A0> nzcom
  177.  
  178. You will see a series of messages as NZCOM accesses NZCOM.LBR and loads 
  179. segments into the Z-System environment. The last thing you should see is 
  180. actually an error message, namely
  181.  
  182.      STARTZCM?
  183.  
  184. followed by a new "A prompt."
  185.  
  186.      A0:COMMANDS>
  187.  
  188. :4 :TOOLS
  189. :5
  190.  
  191.                   Concluding Remarks, Update Information 
  192.  
  193.      I strongly encourage you to take advantage of both Cran's new product 
  194. (MYZ80) and the Z-System it lets you use on your AT-class (80x86) computer. 
  195. It is so exciting to me that CP/M, where "it" all started, has come full 
  196. circle and is now usable in a much more powerful version (Z-System) on a 
  197. much bigger and faster machine. Preliminary runs of benchmark programs show 
  198. that programs run from slightly slower to much faster than they run on a 
  199. standard CP/M machine running at 4 mHz (depending on what AT-class computer 
  200. you use). There is a wealth of software available for Z80-based machines 
  201. and with MYZ80, new applications will increase.
  202.  
  203.      This release of Z-4-AT.HLP and TOOLS.HLP contains many helpful 
  204. suggestions from Howard Goldstein, both grammatical and technical. The 
  205. original release was named Z-FOR-AT.ART and was packaged as an ARK file.  
  206. This release is packaged as an ARC file and contains real Z-System .HLP 
  207. files. My thinking is that ARC files mean something to MSDOS users (ARK's 
  208. don't). Actually, ARK's and ARC's differ *only* in name, ARK's typically 
  209. holding CP/M stuff, ARC's MSDOS stuff. I chose ARC because proper 
  210. date/timestamping can be done on CP/M machines only for LBR's and ARC's, 
  211. not ZIP's. - Lee Bradley, Sysop, Z-Node #12, (203) 665-1100 - 08/24/92
  212.  
  213.