home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zsim20.zip / ZSIM.DOC < prev    next >
Text File  |  1992-12-04  |  42KB  |  1,278 lines

  1.  
  2. **********************************************************************
  3. **********************************************************************
  4.  
  5.  
  6.  
  7.    ZZZZZZZZZZ                 SSSSSSSS      IIII    M         M
  8.           ZZ                 SS              II     MM       MM
  9.          ZZ                  SS              II     M M     M M
  10.         ZZ                     SS            II     M  M   M  M
  11.        ZZ       ---------         SS         II     M   M M   M
  12.       ZZ        ---------          SS        II     M    M    M
  13.      ZZ                           SS         II     M         M
  14.     ZZ                           SS          II     M         M
  15.   ZZZZZZZZZZZ                SSSS           IIII   MMM       MMM
  16.  
  17.  
  18.  
  19.              The hundred percent Z80 Emulator
  20.  
  21.              Version 2.0
  22.  
  23.              Copyright (C) 1990, 1992 by Jürgen Weber
  24.  
  25.              Jürgen Weber
  26.              Wiesentalstr. 1
  27.              W-7170 Schwäbisch Hall
  28.              Federal Republic of Germany
  29.  
  30.              email: weberj@dia.informatik.uni-stuttgart.de
  31.  
  32. **********************************************************************
  33. **********************************************************************
  34.  
  35. IMPORTANT:
  36.  
  37. The author assumes no responsibility for the correctness of the
  38. documentation or the function of the program. The user is advised to
  39. test the program fully. The risk of using the software is exclusively
  40. at the user. The author assumes no responsibility whatever for damages
  41. of any kind that might result from using the program.
  42.  
  43. Cited product names are trade names.
  44.  
  45. Minimal Hardware/Softwarepreconditions:
  46.  
  47. AT 286, 1 Diskdrive (5 1/4 inch recommended), 256K free memory,
  48. MsDos 2.1 or compatible.
  49.  
  50. Serious work is only possible with machines faster than 8 MHz 80286.
  51. Every 10 MHz shown by the Landmark test correspond to 1 MHz of the
  52. emulated Z80.
  53.  
  54.  
  55.  
  56. IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
  57. *********************************************************************
  58. IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
  59.  
  60. Be sure that you do not insert a MS-Dos disc when prompted for a CP/M
  61. disc. The CP/M bios would overwrite the MS-Dos disc without prompting.
  62. Also MS-Dos overwrites CP/M discs.
  63.  
  64. As soon as the emulator prompts for inserting a CP/M disc only use
  65. CP/M discs.
  66. Be sure that the CP/M disc has the right format. Insert the disc
  67. WRITE PROTECTED and enter DIR to display the directory. If only dots are
  68. displayed it is a clue for a wrong format. But also if "NO FILE" is
  69. displayed it might be a wrong format except if you are sure that the
  70. disc is indeed empty.
  71.  
  72.  
  73.  
  74.  
  75. CONTENTS:
  76.  
  77. I    GENERAL
  78. II   EMULATOR
  79. III  DISK FORMATS
  80. IV   SCREEN DRIVER
  81. V    PRINTER
  82. VI   ENDING THE EMULATION
  83. VII  CONTROL BREAK MENÜ
  84. VIII DISC PARAMETERS
  85. IX   EMULATION OF THE Z80
  86. X    BENCHMARKS
  87.  
  88. Appendix 1: Screen control sequences
  89. Appendix 2: Description of the bios functions
  90. Appendix 3: undocumented Z80 Op-Codes
  91. Appendix 4: A test for the emulation
  92. Appendix 5: How to use interrupts
  93. Appendix 6: The DOSFTP utility
  94. Appendix 7: An example for IOBYTE usage
  95.  
  96.  
  97.  
  98. INSTALLATION:
  99. =============
  100.  
  101. Copy the files in the package into a directory of your harddisk.
  102.  
  103. I GENERAL:
  104. ===========
  105.  
  106. ZSIM emulates a Z80 CP/M Machine (CP/M 2.2), but not the CP/M
  107. operating system itself. In order to start CP/M, a CP/M System disc
  108. must be inserted into drive A:, where from ZSIM boots CP/M. The
  109. CP/M system or a compatible operating system (SUPERDOS and Z80DOS are
  110. included in the ZSIM package) also can be put into a file CPMSYS.CPM
  111. on the hard disk.
  112.  
  113. Every CP/M program I could test ran correctly, even the floating point
  114. library of the public domain program SMALL-C, that requires a high
  115. compatibility, as it uses undocumented Z80 codes.
  116. The complete compatibility to a CP/M machine is reached because
  117. contrary to other emulators that emulate the operating system itself
  118. ZSIM only emulates the Z80 and the bios. On this virtual machine runs
  119. the original CP/M or a CP/M compatible operating system.
  120.  
  121.  
  122.  
  123. II) EMULATOR:
  124. =============
  125.  
  126. In the following only the specialties of the virtual CP/M machine are
  127. described. For information concerning the CP/M operating system please
  128. consult literature covering this subject, for example D.E.Cortesi:
  129. INSIDE CP/M.
  130.  
  131.  
  132. ZSIM creates a CP/M machine with 64K ram, one disk drive and a
  133. ramdisc. There is only one physical drive supported. The physical
  134. drive can be set to IBM-PC drive 0 or 1 by changing the disc parameters
  135. in the control-Break menue. The physical drive is always CP/M drive A.
  136. The whole memory pool that is not required by Dos, ZSIM and the 64K
  137. working space for the Z80, is used as ramdisc (440K ramdisc in a 640K
  138. PC). You can restrain the size of the ramdisc using parameter /snnn.
  139. For example /s300 means use a maximum of 300 kilobytes for the
  140. ramdisc.
  141. The ramdisc can be saved in a MS-Dos File, that will be
  142. automatically loaded starting ZSIM next time, but only if there is
  143. enough memory for the ramdisc. So don't use more TSRs next time. Or
  144. always use parameter /S.
  145. You can keep important utilities in the ramdisc and have them
  146. present every time you start ZSIM.
  147.  
  148.  
  149.  
  150. STARTING:
  151.  
  152. While starting ZSIM tries to load CP/M Bdos from a MS-Dos file
  153. CPMSYS.CPM into memory. The file must be in the directory ZSIM was
  154. started in.
  155. The ZSIM package contains two CP/M compatible operating systems in the
  156. files SUPERDOS.SYS and Z80DOS.SYS. Both contain the ZCPR1 command line
  157. processor. Z80DOS is a derivative of SUPERDOS and supports date and
  158. time (ZSIM's bios furnishes time and date). But there may be write
  159. errors if you use discs that were already written to by the original
  160. CP/M system. This is because Z80DOS uses a slightly different, faster
  161. file system.
  162. Note: There seems to be a bug within SUPERDOS as SMALL-C vers. 2.1 will
  163. not work with it. SMALL-C vers. 2.1 does work with the original CP/M
  164. and with Z80DOS. Until now SMALL-C 2.1 is the only program I found
  165. that does not work with SUPERDOS.
  166. To use one of the public domain operating systems simply copy
  167. SUPERDOS.SYS or Z80DOS.sys to CPMSYS.CPM:
  168.  
  169. COPY SUPERDOS.SYS CPMSYS.CPM
  170.  
  171. If you format a disc using the utility CPMFRM you can start CP/M
  172. programs, e.g. Small-C, without having the original CP/M operating
  173. system. Create as described above CPMSYS.CPM, insert a disc formatted
  174. by CPMFRM and start ZSIM.
  175.  
  176. If CPMSYS.CPM is not present, ZSIM tries to load the system from the
  177. boot tracks by scanning all sectors within the reserved tracks for the
  178. Copyright message of Digital Research. If it is found DR's copyright
  179. is displayed and the following sectors are loaded as system. A system
  180. disc is only required for boot up, afterwards the system is kept in
  181. memory.
  182.  
  183. Even if you would like to use the original CP/M a system disc is only
  184. necessary to start ZSIM. Afterwards the system is kept in memory.
  185. After successful boot from disc you can create with MOVCPM a file
  186. containing an image of the system (don't forget the blank between
  187. the * *) and transfer it to MsDos.
  188.  
  189. Example:
  190.  
  191.  
  192. jgw 64K cp/m 80 bios ver 2.0 --  11/18/92  (C) 1990,1992 by Jürgen G. Weber
  193.  
  194. BDOS: COPYRIGHT (C) 1979, DIGITAL RESEARCH
  195.  
  196. B>a:movcpm * *
  197.  
  198. CONSTRUCTING 64k CP/M vers 2.2
  199. READY FOR "SYSGEN" OR
  200. "SAVE 34 CPM64.COM"
  201. B>save 34 cpmsys.cpm
  202. B>dosftp
  203. Enter help for a command list.
  204. WARNING: DO NOT ACCESS your physical CP/M drive (MSDOS drive B:)
  205.         with the exec command.
  206. dosftp> put cpmsys.cpm
  207. dosftp> quit
  208. Bye.
  209. B>
  210.  
  211. You can specify behind MOVCPM a smaller number, too. This generates a
  212. smaller CP/M system and leaves Z80 memory behind CP/M TPA and the
  213. system area. ZSIM automatically loads the smaller CP/M to the right
  214. place.
  215. The public domain operating systems SUPERDOS and Z80DOS are always
  216. loaded by ZSIM in a way that bdos is situated at 0ec00h.
  217.  
  218.  
  219.  
  220. III DISK FORMATS:
  221. =================
  222.  
  223. Following CP/M disk formats are supported:
  224.  
  225.    Amstrad CPC System  (169K, phys. Sektors 41h-49h)
  226.    Amstrad CPC Data    (178K, phys. Sektors 0c1h-0c9h)
  227.    CP/M 86 SS DD  (153K)
  228.    CP/M 86 DS DD  (316K)
  229.  
  230.    and additionally a special format corresponding to CPC data format
  231.    but with physical sector numbers starting at 1.
  232.  
  233. The Amstrad is a Z80 Homecomputer that was quite popular in Europe in
  234. the middle of the eighties.
  235.  
  236. The first two formats are special formats of the Amstrad CPC. The high
  237. nibble of the sector number is used to differentiate the formats. The
  238. other two are used by CP/M 86 on an IBM PC and also by CCP/M 86 and
  239. DOS Plus, that was shipped with the Amstrad PCs. Dos Plus is compatible
  240. to CP/M 86 and PC-Dos and good for copying between CP/M and MsDos.
  241. An additional advantage of this format is, that discs can be created
  242. using Dos FORMAT.COM (FORMAT /8). But before that the sector fill byte
  243. in the drive parameter table of Dos must be set to 0e5h. If you find
  244. this to be too awkward you can use the program CPMFRM.EXE. It installs
  245. the necessary parameters and calls FORMAT.COM. If there is the Msdos
  246. default fill byte 0f6h in the CP/M directory CP/M sees an entry and
  247. thinks the disk is full.
  248.  
  249. ZSIM recognizes the format of the inserted disk at every warm boot if
  250. it is one of the five specified above. So every time you insert
  251. another disk you should press Control-C. But this is recommended
  252. anyway as Bdos aborts with "Bdos Error on A:RO" on any write attempt
  253. to a disk that was not logged in with Control-C.
  254. It is possible to manually edit the disc parameters from the Control
  255. Break Menu and adapt them to a given manufacturer dependent format.
  256. Also you can start ZSIM with parameter /f <diskparfile>.
  257. <diskparfile> can be created by Control-Break menu Save Parameters.
  258. Note that single density formats are not supported by the IBM Bios and
  259. 8 Inch disks don't like being pressed into a 5 1/4 Inch drive.
  260.  
  261. IV SCREEN DRIVER
  262. ================
  263.  
  264. The screen driver supports the CP/M Plus screen control codes.
  265. Additionally a subset of control codes of the Amstrad CPC is
  266. supported. For a description of the control codes see appendix 1.
  267. Contrary to Digital Research's recommendation Bit 7 of the input ascii
  268. code is not zeroed.
  269. If you enter an international character (e.g. a German umlaut) it is
  270. translated from IBM coding into CP/M coding (e.g. ä => { ). To display
  271. an international character set it should be switched on by ESC 2 2.
  272.  
  273.  
  274. V PRINTER:
  275. ==========
  276.  
  277. Characters are sent to printer lpt0. ZSIM waits until the printer has
  278. taken the character correctly. This can result in an infinite loop if
  279. the printer is switched off. To prevent this there is a test for
  280. Control-C. If it is pressed there is a warm boot. This is only
  281. recommended in case of emergency because this way the calling program
  282. is aborted too, of course.
  283.  
  284.  
  285. PUNCHER:
  286. ========
  287.  
  288. Digital Research specified function 6 for serving a puncher.
  289. As punchers haven't great importance anymore I used functions 6 and 7
  290. to transfer data to MsDos and vice versa. Characters are appended to
  291. the MSdos file PUNCH.CPM. It is created if non existent. Characters
  292. are buffered until buffer full. The buffer is also written out if you
  293. hit Control-Break.
  294.  
  295. NOTE: Since ZSIM version 2.0 there is a utility called dosftp
  296.       for filetransfer between CP/M and dos.
  297.       See appendix 6
  298.  
  299. Calling function 6:
  300.  
  301. It's easiest done with PIP. But don't use the logical device PUN:
  302. (Puncher) because then PIP first sends some zero bytes. You should
  303. either use PTP: or UP2:. If you use PTP: and transferred an ascii file
  304. PIP appends EOF.
  305.  
  306.   PIP UP2:=ANYFILE.EXT[o]
  307.  
  308. The option [o] (object file) prevents PIP's stopping after the first
  309. 1ah (EOF) byte while transfering a non ascii file. The option is not
  310. necessary for transfering an ascii file.
  311. Remind that data are APPENDED to PUNCH.CPM.
  312.  
  313. You should precede as following:
  314.   - transfer the file with PIP as described above
  315.   - in Control-Break menue select OS Shell and under MSDOS
  316.     renam  PUNCH.CPM into the name you want:
  317.             REN PUNCH.CPM file.txt
  318.             EXIT
  319.  
  320.  
  321.  
  322. VI ENDING THE EMULATION:
  323. ========================
  324.  
  325. The Z80 emulation can be terminated by pressing Control-Break where
  326. after a menue pops up. You will also see this menue if the emulator
  327. encounters the Z80 code HALT.
  328.  
  329.  
  330.  
  331. In rare cases a fatal error can occur: Dos loads ZSIM and its disc
  332. buffers to an unlucky address, that a so called DMA Boundary Crossing
  333. is happening. Then the emulation is instantly aborted. The emulator
  334. must be loaded to another address. Simply start a new shell by
  335. entering COMMAND and afterwards ZSIM again.
  336.  
  337.  
  338.  
  339. VII CONTROL BREAK MENUE
  340. =======================
  341.  
  342. After pressing Control Break the following menue pops up:
  343.  
  344.  
  345.  
  346.                     ┌─────────────────┐
  347.                     │Continue         │
  348.                     │Save Ramdisc/Quit│
  349.                     │Quit             │
  350.                     │Save Ramdisc     │
  351.                     │Delete Punch File│
  352.                     │Init Reader      │
  353.                     │OS Shell         │
  354.                     │Disk Parameters  │
  355.                     │Save Parameters  │
  356.                     │Load Parameters  │
  357.                     │Swap Drives      │
  358.                     │Reset Screen     │
  359.                     │Warm Boot        │
  360.                     │About            │
  361.                     └─────────────────┘
  362.  
  363.  
  364.  
  365.  
  366. Use the cursor keys to select the action you wish. Esc finishes the
  367. menue, same as Continue.
  368.  
  369. Continue           continues the CP/M emulation
  370.  
  371. Save Ramdisc/Quit  saves the ramdisc to the disc ZSIM was started
  372.                    from and ends ZSIM.
  373.  
  374.  
  375. Quit               ends ZSIM without saving the ramdisc.
  376.  
  377. Save Ramdisk       saves the ramdisc and continues the emulation.
  378.                    This makes sense if you wish to save different
  379.                    contents of the ramdisc. Important: after that
  380.                    you have to start an OS Shell and rename the
  381.                    saved ramdisc (RAMDISC.CPM) else it would be
  382.                    overwritten if you save the ramdisc next time.
  383.  
  384.  
  385. Delete Punch File  deletes the MsDos file, the punch data are written
  386.                    into.
  387.  
  388. OS Shell           starts an Dos Shell, but you only get 128K memory
  389.                    for it. But that is enough for REN and COPY. ZSIM
  390.                    first looks in the environment variable COMSPEC for
  391.                    the location of COMMAND.COM. If COMSPEC is not set
  392.                    ZSIM tries to start \COMMAND.COM on the drive ZSIM
  393.                    was started.
  394.  
  395.  
  396. Disk Parameters    is used for editing the CP/M disc parameters
  397.                    (described below).
  398.  
  399. Save Parameters    saves the disc parameters to a file. Enter
  400.                    for that a filename with extention. The parameters
  401.                    are saved as hexbytes in the same order they appear
  402.                    in the edit box. Before the parameters the bytes
  403.                    'JW' are saved as signature.
  404.                    The autologin flag and physical drive are not saved.
  405.  
  406. Load Parameters    loads the disc parameters from a file that was
  407.                    saved with Save Parameters. Enter for loading the
  408.                    filename with extention. After loading the
  409.                    autologin flag is cleared and a warm boot is made.
  410.  
  411. Swap Drives        Drive A: becomes B: and vice versa
  412.                    This is useful if you want submit to write its
  413.                    temporary data onto the ramdisc.
  414.                    If you additionally set the autologinflag to 0
  415.                    you can work really fast on the ramdisc.
  416.  
  417. Reset Screen       has the same effect as output of the control
  418.                    sequence ESC @
  419.  
  420.  
  421. Warm Boot          has the same effect as pressing Control-C under
  422.                    CP/M, but it also works if a program runs.
  423.                    After warm boot via this option drive A: is
  424.                    selected. It is possible that a Z80 program hangs
  425.                    with an illegal drive selected. It would keep the
  426.                    illegal drive forever if you couldn't reset it to
  427.                    A:
  428.                    Also the IOBYTE is reset.
  429.  
  430. About              tells the program name and Author.
  431.  
  432.  
  433.  
  434. VIII DISC PARAMETERS
  435. ====================
  436.  
  437. If you select Disk Parameters in the Control-Break menue you can edit
  438. the parameters in an edit panel.
  439. During input only valid hex digits are accepted, other characters are
  440. ignored. ESC ends editing, changes until the line before the cursor
  441. are valid. Use BACKSPACE to delete characters in the cursor line. An
  442. input line must be ended with ENTER. If you press ENTER without having
  443. entered a new value the old value is kept (like in the following
  444. example in the lines where there is no value behind the colon).
  445.  
  446.  
  447. Example:
  448.  
  449.  
  450. jgw 59K TPA cp/m 80 bios ver 1.1 --  10/12/91  (C) 1990 by Jürgen G. Weber
  451.  
  452. BDOS: COPYRIGHT (C) 1979, DIGITAL RESEARCH
  453.  
  454. Unknown disc format. Insert new disc and press any key
  455.      ┌──────────────────┐
  456.      │SPT: 0024  : 28   │
  457.      │BSH:   03  :      │
  458.      │BLM:   07  :      │
  459.      │EXM:   00  :      │
  460.      │DSM: 00A8  : B8   │
  461.      │DRM: 003F  :      │
  462.      │AL0:   C0  :      │
  463.      │AL1:   00  :      │
  464.      │CKS: 0010  : 40   │
  465.      │OFF :0002  : 3    │
  466.      │                  │
  467.      │DRV:   00  :      │
  468.      │PTR:   28  :      │
  469.      │PST:   09  : 5    │
  470.      │BPS:   02  : 3    │
  471.      │FSC:   01  :      │
  472.      │LOG:   FF  : 0    │
  473.      └──────────────────┘
  474.  
  475.  
  476. Here I had inserted an alien disc (Osborn DD). After ZSIM had
  477. complained about an unknown disc format I had pressed Control-Break.
  478. Afterwards I entered the correct values.
  479.  
  480. The parameters in the upper half are standard CP/M parameters.
  481.  
  482. How to get these parameters ?
  483.  
  484. You can get those parameters either from other sources. The shareware
  485. program 22DISC from Sydex contains a large list of disc formats.
  486.  
  487. If you have to explore them yourself, you must run your CP/M computer.
  488. One way to get the parameters is with STAT.
  489. I have written behind the output of STAT the name of the value in the
  490. disc parameter menue.
  491.  
  492. B>stat a:dsk:
  493.  
  494.     A: Drive Characteristics
  495.  1224: 128 Byte Record Capacity      (-> record size = 128 Bytes)
  496.   153: Kilobyte Drive  Capacity      (DSM+1)
  497.    64: 32  Byte Directory Entries    (DRM)
  498.    64: Checked  Directory Entries    (CKS)
  499.   128: Records/ Extent
  500.     8: Records/ Block                (-> Blocksize = 128*8 )
  501.    32: Sectors/ Track                (SPT)
  502.     1: Reserved Tracks               (OFF)
  503.  
  504.  
  505. Now the entries BSH, BLM, EXM, AL0 and AL1 are still missing.
  506.  
  507. BSH (block shift) is log2(Blocksize/128)
  508. BLM (block mask)  is Blocksize/128-1
  509. EXM (extent mask) is (Blocksize/1024)-1
  510. AL0, AL1 is a 16 bit vector, that describes where the directory blocks
  511. are. If we have 64 directory entries (as above) we need 64*32 bytes
  512. = 2048 bytes, so we need 2 blocks for the directory and got
  513. AL00 = 11000000b
  514. AL10 = 00000000b
  515.  
  516. AN EASIER WAY
  517. =============
  518.  
  519. Now that we have learned to calculate the disc parameters I show a way
  520. to simply copy them. Run on your old CP/M machine DDT (do not enter
  521. the ; and the rest of the line).
  522.  
  523. A>b:ddt
  524. DDT VERS 2.2
  525. -l0
  526.   0000  JMP  FA03         ; to get the bios entry addresses
  527.   0003  NOP               ; the high byte is FA
  528.                           ; (this may be at another place in your machine)
  529.  
  530. -a100                     ; now enter some 8080 code:
  531. 0100  mvi c,0             ; take drive 0
  532. 0102  call 0fa1b          ; take the high byte from above + 1B
  533. 0105
  534. -g100,105                 ; execute it
  535. *0105
  536. -x
  537. C0Z0M0E0I0 A=00 B=0000 D=0000 H=FEB0 S=0100 P=0105 LXI  B,4F43
  538.  
  539. ; the address of the bios parameter block is in HL (here FEB0).
  540.  
  541. -dfeb0
  542. FEB0 00 00 11 00 00 00 00 00 EE FE D0 FE 6E FF 7E FF ............n.~.
  543.                                    ^^ ^^
  544. ...
  545.  
  546. ; We only need the entries at offset 0A + 0B. This is the address of
  547. ; the disc parameter block we need.
  548.  
  549. ; and here we got them!
  550. -dfed0
  551. FED0 20 00 03 07 00 98 00 3F 00 C0 00 10 00 01 00 20  ......?.......
  552.       SPT  BSH   EXM       DRM     AL1       off
  553.               BLM    DSM        AL0    CKS      ^ the end
  554.  
  555.  
  556. Note that there is no way to get the parameters PTR to FSC. You have
  557. to look into the manual of your CP/M computer, get them from some
  558. other source (e.g. 22DISC, see below) or try them out.
  559.  
  560. Now we copy those values into the disc parameter menue and get:
  561.  
  562.      ┌──────────────────┐
  563.      │SPT: 0020  :      │
  564.      │BSH:   03         │
  565.      │BLM:   07         │
  566.      │EXM:   00         │
  567.      │DSM: 0098         │
  568.      │DRM: 003F         │
  569.      │AL0:   C0         │
  570.      │AL1:   00         │
  571.      │CKS: 0010         │
  572.      │OFF :0001         │
  573.      │                  │
  574.      │DRV:   01         │
  575.      │PTR:   28         │
  576.      │PST:   08         │
  577.      │BPS:   02         │
  578.      │FSC:   01         │
  579.      │LOG:   FF         │
  580.      └──────────────────┘
  581.  
  582.  
  583. The parameters DRV to LOG are an extention by me and mean the
  584. following:
  585.  
  586. DRV: physical number of the drive with the CP/M disc (0 or 1);
  587.      but this is always drive A: withing CP/M
  588. PTR: physical track number, 40 with a 360K drive, else (with 720K,
  589.      1.2 MB or 1.4 MB) up to 80 tracks
  590. PST: number of physical sectors per track, 9 with 360K drives
  591. BPS: physical sector length; BPS=log2(SecLen in bytes )-7; this value
  592.      is required by the disc controller
  593. FSC: physical number of first sector of a track, usually 1
  594. LOG: FF=autologin, 0=no autologin
  595.  
  596. If you change the parameters you should set LOG to 0, else the next
  597. autologin would change the parameters again.
  598.  
  599. To get standard parameters, set LOG to FF, insert a disc with normal
  600. format and press Control-C. But a secure format adaptation only is
  601. possible with single sided formats. Some double sided formats address the
  602. second side as extention of the tracks of the first side (with the
  603. effect of more sectors per track), others double the track count.
  604. ZSIMs bios uses the method of CP/M 86 double sided (double sector
  605. count and track translation).
  606.  
  607.  
  608. IX EMULATION OF THE Z80
  609. =======================
  610.  
  611. The emulated machine behaves almost completely like a Z80 CP/M
  612. machine.
  613. All emulated Z80 instructions that change or use flags where tested
  614. (especially how they influence flags). All defined flags are
  615. influenced exactly as on an original Z80 chip. I tested this by
  616. looping the register pair HL from 0 to FFFFh and copying it with PUSH
  617. HL - POP AF to AF, executing the instruction to test and adding the
  618. resulting AF register pair to a check sum. I improved the emulation
  619. until all flag influencing instructions resulted the same checksum on
  620. the Z80 and on the emulation. The Z80 test program is in appendix 4.
  621.  
  622. The Z80 flags that are not defined by Zilog and show more or less
  623. random behaviour are not defined within ZSIM either. But different not
  624. defined flag stati may result.
  625. ZSIM supports non documented Z80 instructions, so called illegal
  626. opcodes (see Appendix 3 for a description).
  627.  
  628.  
  629. All CP/M programs I tested run with ZSIM as on a CP/M machine, even
  630. the floating point package of the small-C compiler that uses
  631. undocumented Z80 instructions.
  632.  
  633. A preeminent difference between emulation and original Z80 chip is
  634. the execution time. There is no proportional relation between the takt
  635. cycles an operation takes on the emulation and the cycles needed on a
  636. Z80. So you cannot realize time critical applications like cassette
  637. storing routines with ZSIM.
  638.  
  639.  
  640. A Z80 uses the R register for refreshing dynamic rams and continually
  641. increments it. Some programmers used this on a Z80 as random
  642. generator. So ZSIM loads it with "random" values derived from the
  643. system time.
  644.  
  645. Port operations do not execute port accesses, as input you get 0FFh.
  646. The flags are set and port operations with block repeat change the
  647. count registers accordingly. You can change the action of port commands
  648. in module PORTIO.
  649.  
  650.  
  651. X BENCHMARKS
  652. ============
  653.  
  654. Some Tests of the speed of the emulation (version 1.2):
  655.  
  656.  
  657. I used the following benchmarks:
  658.  
  659. 1) Compile the program TEST.C included with Ron Cains Small C
  660.    Compiler.
  661.    The executable TEST.COM is very hard to emulate as its floating
  662.    point routines use undocumented Z80 ops. Contrary to all other
  663.    emulators I know, ZSIM emulates these operations correctly and
  664.    TEST.COM works.
  665.  
  666. 2) Compiling MC.PAS (on the Turbo disc) with TURBO PASCAL 3.0 on
  667.    disc.
  668.  
  669. 3) Compiling LISTER.PAS (on the Turbo disc) with TURBO PASCAL 3.0 in
  670.    memory.
  671.  
  672. 4) Enter a short assembler loop with the debugger and execute it:
  673.  
  674.       LD B,20
  675.    L1:LD HL,0
  676.    L2:INC HL
  677.       LD A,H
  678.       OR L
  679.       JP NZ,L2
  680.       DJNZ L1
  681.  
  682. 5) let DDT dump a range of memory:
  683.  
  684.    D0,8000
  685.  
  686.  
  687. RESULTS (on a 16 MHz 386 SX), Z80 Tests were run on an Amstrad CPC,
  688. Z80 A, 4 MHz:
  689.  
  690. TestNr ZSIM:Z80   CPC/Z80   ZSIM
  691.  
  692.   1     0,85     3.37.00   3.04.00
  693.  
  694.   2     0,88     1.20.00   1.10.00
  695.  
  696.   3     0,99     0.03.65   0.03.63
  697.  
  698.   4     1,37     0.17.10   0.23.45
  699.  
  700.   5     0,41     4.06.00   1.40.00
  701.  
  702.  
  703.  
  704. Nr. 4 is the test that says most about emulation speed because here
  705. only calculation time without bios overhead is measured.
  706. Test Nr. 1 strains the disc drive as compiling, assembling and linking
  707. are made on disc. The huge disk buffers of ZSIM greatly speed this up.
  708. Test Nr. 4 is similar to test 1.
  709. Test Nr 3 should give a similar result as Nr. 4, but Turbo Pascal
  710. continually displays the line it compiles therefore the slow screen
  711. output of the CPC takes time.
  712.  
  713. In test Nr 5 screen output is the bottle neck, where the CPC with its
  714. text output in graphic mode has no chance against the screen output of
  715. an 80386.
  716.  
  717.  
  718. Appendix 1: Screen control sequences
  719. ====================================
  720.  
  721. Implemented screen control sequences:
  722.  
  723. CPC
  724.  
  725. Ascii        Operation
  726.  2           cursor off
  727.  3           cursor on
  728.  7           Bell
  729.  8           Cursor left
  730.  9           Cursor right
  731. 10           Cursor down
  732. 11           Cursor up
  733. 12           clear screen
  734. 13           Cursor to beginning of line
  735. 16           delete char under cursor
  736. 17           delete line to cursor
  737. 18           delete line from cursor
  738. 19           delete screen to cursor
  739. 20           delete screen from cursor
  740. 24           toggle highlight
  741. 30           cursor home
  742. 31 x y       cursor column x,line y (home = 1,1 )
  743.  
  744. CP/M Plus:
  745.  
  746. ESC @        Init Screen: CLS,HOME,highlight off, cursor on,
  747.              underline off, US char set
  748. ESC 2 x      select country character set:
  749.                 x        country:
  750.  
  751.                 0        USA
  752.                 1        France
  753.                 2        Germany
  754.                 3        Britain
  755.                 4        Denmark
  756.                 5        Sweden
  757.                 6        Italy
  758.                 7        Spain
  759.  
  760. ESC A        cursor up
  761. ESC B        cursor down
  762. ESC C        cursor right
  763. ESC D        cursor left
  764. ESC E        clear screen, cursor keeps position
  765. ESC H        cursor home
  766. ESC I        cursor up, scroll if necessary
  767. ESC J        clear screen from cursor
  768. ESC K        delete line from cursor
  769. ESC L        insert line
  770. ESC M        delete line
  771. ESC N        delete char below cursor
  772. ESC Y y x    cursor to column x,line y, Home = 32,32
  773. ESC d        delete line to cursor
  774. ESC e        cursor on
  775. ESC f        cursor off
  776. ESC j        store cursor position
  777. ESC k        get stored cursor position
  778. ESC o        delete line to cursor
  779. ESC p        highlight on
  780. ESC q        highlight off
  781. ESC r        underline on
  782. ESC s        blinking on
  783. ESC t        blinking off
  784. ESC u        underline off
  785.  
  786.  
  787.  
  788. Appendix 2: Description of the bios functions
  789. =============================================
  790.  
  791. Technical description of the implemented CP/M 80 Bios
  792.  
  793. Every Bios routine is called by executing an pseudo
  794. Z80 CALLN opcode (EDED) with biosnumber as following byte.
  795.  
  796. Description of the calls:
  797.  
  798. 0 Cold boot
  799.  
  800.   Loads Bdos from MS-Dos file CPMSYS.CPM into memory and installs bios
  801.   jp table and disk parameters in Z80 ram. Drive A: is selected,
  802.   IO-Byte is set to 81h, buffer is cleared and control passed
  803.   to bios routine warm boot.
  804.   If CPMSYS.CPM does not exist, boot tries to load Bdos from the
  805.   system tracks. ZSIM searches all reserved tracks (<OFF) for the
  806.   copyright message of Digital Research. If found the following
  807.   sectors are loaded as Bdos.
  808.   If this was successful you can create with MOVCPM a file that
  809.   contains the Bdos. This file must be transferred to the MS-Dos Start
  810.   Disk of ZSIM and be renamed to CPMSYS.CPM.
  811.  
  812. 1 Warm boot
  813.  
  814.   Copy the bdos that was loaded by function 0 into memory to its
  815.   correct position in the Z80 memory area. ZSIM takes the correct
  816.   address specified by MOVCPM. Afterwards it is tested if the disc has
  817.   a known format. If known the right disc parameters are created. Now
  818.   the Z80 simulator is started and CP/M CCP called.
  819.  
  820. 2 Consol Status
  821.  
  822.   return offh in A if there is a char ready on keyboard.
  823.  
  824. Functions 3 to 7 have behaviour corresponding to the value of
  825. the iobyte.
  826.  
  827.  
  828.  
  829. 3 Consol Input CON:
  830.   return ascii code from CON: in A.
  831.  
  832. assignable devices     set to
  833.  
  834.       TTY:             crtin
  835.       CRT:             crtin   (default)
  836.       BAT:             reader
  837.       UC1:             crtin
  838.  
  839. crtin:
  840.   Contrary to suggested by Digital Research Bit 7 is not cleared.
  841.   If an international character (e.g. German Umlaut) is input it is
  842.   transformed from IBM code into CP/M code (e.g. ä => { ).
  843.   International character sets are only displayed if switched on with
  844.   ESC 2 x.
  845.   Extended PC keys: If in CONIO.ASM the constant WS_KEY is set to
  846.   TRUE, the cursor keys, Ins, Del, Home, End, PgUp and PgDn are
  847.   converted to wordstar control sequences (^Q... ). The following call
  848.   of conin returns ^Q and the next the corresponding Code.
  849.  
  850. 4 Consol Output CON:
  851.  
  852. assignable devices     set to
  853.  
  854.       TTY:            crtout
  855.       CRT:            crtout   (default)
  856.       BAT:            punch
  857.       UC1:            crtout
  858.  
  859. crtout:
  860.   Displays char in C on screen. Control sequences are evaluated as
  861.   described in appendix 1.
  862.  
  863. 5 List Character LPT:
  864.  
  865. assignable devices     set to
  866.  
  867.       TTY:            punch
  868.       CRT:            crtout
  869.       LPT:            lpt0list (default)
  870.       UL1:            lpt1list
  871.  
  872. lptXlist:
  873.   Copies char in C to printer lpt X. Waits until the printer has
  874.   accepted the char correctly. This would result in an infinite loop
  875.   is there is no printer. Therefore the function tests for Control-C.
  876.   If pressed, a jump to Z80 address 0 follows. There is normally a
  877.   jump to warm boot.
  878.  
  879. 6 Punch Character PUN:
  880.  
  881. assignable devices     set to
  882.  
  883.        TTY:           filepunch (default)
  884.        PTP:           filepunch
  885.        UP1:           com0list
  886.        UP2:           com1list
  887.  
  888. comXlist:  put character to comX
  889.            This functions should be programmed better
  890.            as I only implemented stub functions.
  891. filepunch:
  892.   Digital Research provided this function for serving a puncher.
  893.   As punchers/readers aren't of overwhelming importance anymore I used
  894.   this function to transfer data to MS-Dos. Characters transferred to
  895.   this function are appended to the MS-Dos file PUNCH.CPM. If it does
  896.   not exist it is created.
  897.   The characters are buffered and written out, if buffer is full. This
  898.   buffer is written out too if the Control-Break menue pops up.
  899.  
  900.  
  901. 7 Read Character RDR:
  902.  
  903. assignable devices     set to
  904.  
  905.        TTY:            filereader (default)
  906.        PTR:            filereader
  907.        UR1:            com0read
  908.        UR2:            com1read
  909.  
  910. comXread:  get character from comX
  911.            This functions should be programmed better
  912.            as I only implemented stub functions.
  913. filereader:
  914.   Reads characters from MS-Dos file READER.CPM. This only works with
  915.   files that don't contain CPM_EOF (26). The PIP option [o] does not
  916.   help as there is no way to signal PIP the actual end of file and PIP
  917.   gets stuck in an infinite loop.
  918.   If READER.CPM does not exist or is read to end, CPM_EOF (26) is
  919.   returned.
  920.   To differentiate EOF from a 26 byte in a binary file this function
  921.   additionally returns at the end of READER.CPM -1 (0ffffh) in HL else
  922.   H=0, L=char. This is not provided by DR and is not interpreted by
  923.   standard programs especially not by PIP!
  924.   The following assembler lines return the character read in L or -1
  925.   in HL:
  926.  
  927.   LD HL,(1)
  928.   LD DE,6*3  ; BIOS READER, RETURN IN HL OR -1 IF ERROR
  929.   ADD HL,DE
  930.   JP (HL)    ;
  931.  
  932.   After transfering a file you should execute Init Reader in Control
  933.   Break menue.
  934.   Example:
  935.  
  936.           PIP B:ANYFILE.TXT=RDR:
  937.  
  938.  
  939.  
  940. 8 Home
  941.  
  942.   Should return the read/write heads of the drive to track 0, but is
  943.   not executed for speed reasons. Only set track with parameter 0 is
  944.   called.
  945.  
  946. 9 Select Disk
  947.  
  948.   Selects the Drive given over in register C and returns if the drive
  949.   exists in register HL a pointer of its DPH else 0. There are only
  950.   the physical drive A: and the ramdisc b:
  951.  
  952. 10 Set Track
  953.  
  954.    In register C.
  955.  
  956. 11 Set Sektor
  957.  
  958.    In register C.
  959.  
  960. 12 Set DMA
  961.  
  962.    Register BC contains Data transfer buffer.
  963.  
  964. 13 Read Sector
  965.  
  966.    Reads the sector selected by functions 9,10,10. Reading from
  967.    ramdisc is quite easy. Reading from disk is more difficult as for
  968.    reasons of speed the directory track and one data track are
  969.    buffered in ram. First must be decided if the sector is already in
  970.    buffer. If not the track first must be read from disk. Afterwards
  971.    the correct address in buffer must be calculated.
  972.  
  973. 14 Write Sector
  974.  
  975.    Writes the sector selected by functions 9,10,10. Writing to
  976.    ramdisc is quite easy. Writing to disk is more difficult as for
  977.    reasons of speed the directory track and one data track are
  978.    buffered in ram. If the sector is in the directory track the sector
  979.    is written out immediately for security reasons. Otherwise the
  980.    sector is buffered in ram. It is save enough only to write out the
  981.    directory track immediately as after changing a file the directory
  982.    is updated which results in writing out the directory track and the
  983.    data track.
  984.  
  985. 15 ListStatus
  986.  
  987.    Signals if the printer is ready to receive (A=1 = ready).
  988.  
  989. 16 Sector Translation
  990.  
  991.    Some CP/M systems make a logical sector translation for the skew
  992.    factor. This is done by function 16.
  993.  
  994.  
  995. 26 read/set time and date
  996.  
  997.    This function is a supplement not provided in the CP/M 80 Bios. It
  998.    works like in CP/M Plus. It is also supported by the Public Domain
  999.    Bdos Z80DOS. To use it in the source of Z80DOS the entry address of
  1000.    time must be set:
  1001.  
  1002.    BIOStim equ     BIOS+4EH
  1003.  
  1004.    Writing of date and time (c=0ffh) is not supported in order not to
  1005.    change the real time clock of the PC.
  1006.  
  1007.    A call with C=0 reads the time and returns a pointer in HL to the
  1008.    following structure:
  1009.  
  1010.    dw @date  ; full days since Jan, 1st, 1978
  1011.    db @hour  ; hours in BCD format
  1012.    db @min   ; minutes in BCD format
  1013.    db @sec   ; seconds in BCD format
  1014.  
  1015. 30 user
  1016.  
  1017.    CP/M 3.0 reserves function 30 for user subroutines. The ZSIM bios
  1018.    offers some subfunctions of function 30 to copy data to and from
  1019.    msdos. As this is incompatible to all other bios implementations it
  1020.    is not described here. Look at the bios sources if you are
  1021.    interested.
  1022.  
  1023.  
  1024.  
  1025. Appendix 3: undocumented Z80 Op-Codes
  1026. =====================================
  1027.  
  1028. Description of undocumented Z80 Op-Codes (as far as I know them)
  1029.  
  1030. The IX,IY registers can be used as 8 bit registers XL,XH,YL,YH
  1031. analogous to H and L. They are coded as the corresponding H/L
  1032. operations with 0ddh/0fdh prefix for IX/IY.
  1033.  
  1034. e.g.:   8D  ADC A,L     ->     FD 8D  ADC A,LY
  1035.  
  1036.  
  1037. This works with all 8080 (that means no Z80 commands with CB or ED
  1038. prefix) commands that use the 8 bit register H or L with the
  1039. restriction, that only one register of the set { H,L,HX,LX,HY,LY } may
  1040. appear in the command. E.g.  LD L,LX does not work.
  1041.  
  1042. TSTI (C) (Code ED 70) sets the flags corresponding to the value of
  1043.          port (C).
  1044.  
  1045. SLIA s   (shift left inverted arithmetic) works like SLA but
  1046.          bit 0 := 1
  1047.          It is coded as  CB 00110rrr  (rrr coded as in SLA).
  1048.  
  1049.  
  1050. The following are NOT implemented in ZSIM, as they are too
  1051. eccentric.
  1052.  
  1053. DD CB ofs XX with XX=10bbbrrr,11bbbrrr (rrr=110 for (HL) is the
  1054. documented BIT|SET b,(IX+d) ) works as
  1055. CB ofs XX ( RES|SET (IX+d)) but afterwards rrr:=(IY+d). )
  1056.  
  1057. XX=01bbbrrr for BIT works as the documented version.
  1058.  
  1059. DD CB ofs XX with XX=00cccrrr works as CB ofs XX with a CMD of
  1060. {RLCA,...,SRL, and SLIA}, but afterwards rrr:=(IX+d).
  1061. With rrr=110 you get the documented CMD (IX+d)
  1062. e.g. DD CB ofs 00101110 = SRA (IX+offs).
  1063.  
  1064. Appendix 4: A test for the emulation
  1065. ====================================
  1066.  
  1067. I ran the following code on the emulation and on a Z80 chip.
  1068. Both bring the same results.
  1069.  
  1070. TSTZ80.MAC:
  1071.  
  1072.  
  1073. .z80
  1074. ;     DE' := CHECKSUM OVER F
  1075. ;     HL' := CHECKSUM OVER A
  1076.  
  1077.  
  1078.           JP MAIN
  1079. TSTZ80:
  1080.           REPT 16
  1081.             NOP    ; INSERT  CODE HERE
  1082.           ENDM
  1083.           RET
  1084.  
  1085. MAIN:
  1086.           LD HL,0
  1087.           LD DE,0
  1088.           EXX
  1089.           LD BC,0 ; LOOP OVER 0FFFF COMBINATIONS OF A AND F
  1090. L1:       PUSH BC
  1091.           LD A,C
  1092.           AND 11010111B ; USE ONLY DOCUMENTED FLAG BITS
  1093.           REPT 6*2
  1094.             NOP        ; SET/MASK FLAGS HERE IF NECESSARY
  1095.           ENDM
  1096.           LD C,A
  1097.           PUSH BC
  1098.           POP  AF ; A:=B; F:=C
  1099.           LD   H,B
  1100.           LD   L,C
  1101.           CALL TSTZ80
  1102.           CALL CHECK
  1103.           POP BC
  1104.           INC BC
  1105.           LD  A,B
  1106.           OR  C
  1107.           JP NZ,L1
  1108.           RST 30H  ; ZSID END
  1109.  
  1110. CHECK:
  1111. ; BUILDS SIMPLE CHECKSUM OVER A AND F
  1112.           EXX
  1113.           PUSH AF
  1114.           LD   B,A
  1115.           LD   C,A
  1116.  
  1117.           LD   A,H
  1118.           XOR  B
  1119.           LD   H,A
  1120.           LD   A,L
  1121.           XOR  C
  1122.           LD   L,A
  1123.           ADD  HL,HL
  1124.  
  1125.           POP  BC
  1126.           LD   A,C
  1127.           AND 11010111B ; MASK UNUSED FLAG BITS
  1128.           LD   C,A
  1129.           LD   B,A ; B=C=F
  1130.  
  1131.           EX   DE,HL
  1132.  
  1133.           LD   A,H
  1134.           XOR  B
  1135.           LD   H,A
  1136.           LD   A,L
  1137.           XOR  C
  1138.           LD   L,A
  1139.           ADD  HL,HL
  1140.  
  1141.           EX   DE,HL
  1142.           EXX
  1143.           RET
  1144. END
  1145.  
  1146. END OF TSTZ80.MAC
  1147.  
  1148. Appendix 5: How to use interrupts
  1149. =================================
  1150.  
  1151. The following code was entered with a debugger and displayed as result
  1152. the @. Note that in the source of the cpmbios the interrupt option
  1153. must be enabled to enable interrupts. By default the interrupt option
  1154. is disabled.
  1155. The following code does not work with the 8080 version of the
  1156. emulation. The comments behind ; may not be entered within the
  1157. debugger.
  1158.  
  1159. #a100
  1160. 0100  im 1         ; do a RST 38H at interrupts
  1161. 0102  ei           ; enable interrupts
  1162. 0103  jp 103       ; do an infinite loop in order not to enter bios
  1163. 0106  .            ; as interrupts will not occur within bios
  1164. #a38               ; the interrupt service routine starts at 38h
  1165. 0038  ex af,af'    ; cp/m offers not enough stack space to save
  1166. 0039  exx          ; registers, so swap to the alternate register set
  1167. 003A  ld c,40      ; '@'
  1168. 003C  call 0f90c   ; address of console output within ZSIM
  1169. 003F  exx          ; (don't use BDOS, it's not reentrant)
  1170. 0040  ex af,af'    ; and restore registers
  1171. 0041  ei           ; an interrupt acknowledge disables interrupts
  1172. 0042  ret
  1173. 0043  .
  1174. #g100              ; start program at 100h (it goes into a loop)
  1175. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1176. @@@@@@@@@@@@@@@@@@@@@@@@
  1177.  
  1178.  
  1179. Appendix 6: The DOSFTP utility
  1180.  
  1181. Since ZSIM version 1.4 there is a utility called dosftp
  1182. for filetransfer between CP/M and dos.
  1183. It makes use of bios function 30 to transfer data to dos.
  1184. Simply enter dosftp to start it. Dosftp prompts with dosftp>
  1185. You cannot abbreviate the commands.
  1186.  
  1187. B>dosftp
  1188. Enter help for a command list.
  1189. WARNING: DO NOT ACCESS your physical CP/M drive (MSDOS drive B:)
  1190.         with the exec command.
  1191. dosftp> help
  1192. help
  1193. dir     ldir    mput    mget
  1194. get     put     prompt  exec
  1195. lera    quit
  1196. dosftp>
  1197.  
  1198. In the fellowing wildarg stands for an argument with wildcards,
  1199. eg. *.C
  1200.  
  1201. dir wildarg     displays the files of the current dos directory
  1202.  
  1203. ldir wildarg    displays the files of the current cp/m disc
  1204.  
  1205. mput wildarg    copies files from cp/m to dos
  1206.  
  1207. mget wildarg    copies files from dos to cp/m
  1208.  
  1209. put arg         copies one file from cp/m to dos, you may specify a
  1210.                 dos name: put cpm.c dos.c
  1211.  
  1212. get arg         analogous to put
  1213.  
  1214. prompt          toggles a flag. If flag is set you are prompted before
  1215.                 each multiple action (mput,mget,lera)
  1216.  
  1217. exec arg        executes dos command arg
  1218.                 eg: exec xcopy dos.c dos1.c
  1219.  
  1220. lera wildarg    deletes cp/m files
  1221.  
  1222. quit            or press ctrl-c
  1223.  
  1224.  
  1225. Appendix 7: An example for IOBYTE usage
  1226.  
  1227. Display the old assignment from logical devices to physical devices:
  1228.  
  1229. A>stat dev:
  1230. CON: is CRT:
  1231. RDR: is TTY:
  1232. PUN: is TTY:
  1233. LST: is LPT:
  1234.  
  1235. Assign CON: to bat, that is read from RDR: and write to PUN:
  1236. ZSIM default for RDR: is read from msdos file READER.CPM and for
  1237. PUN: write to msdos file PUNCH.CPM
  1238.  
  1239.  
  1240.  
  1241. READER.CPM should contain some commands, e.g. DIR
  1242. and at the end: stat CON:=CRT: to reset it to keyboard/screen.
  1243.  
  1244. for example:
  1245.  
  1246. stat DSK:
  1247. stat con:=crt:
  1248.  
  1249. Now delete PUNCH.CPM (ctrl-break menue Delete Punch File)
  1250. and enter:
  1251.  
  1252. A>stat con:=bat:
  1253.  
  1254. [now input is read from READER.CPM until the last stat command]
  1255.  
  1256. A>
  1257.  
  1258. [PUNCH.CPM contains now: ]
  1259.  
  1260.  
  1261. A>stat dsk:
  1262.  
  1263.     A: Drive Characteristics
  1264.  1480: 128 Byte Record Capacity
  1265.   185: Kilobyte Drive  Capacity
  1266.    64: 32  Byte Directory Entries
  1267.    64: Checked  Directory Entries
  1268.   128: Records/ Extent
  1269.     8: Records/ Block
  1270.    40: Sectors/ Track
  1271.     3: Reserved Tracks
  1272.  
  1273. A>
  1274. A>stat con:=crt:
  1275.  
  1276.  
  1277. End of ZSIM.DOC
  1278.