home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3sys / rcpspace.lbr / -README.1QT / -README.1ST
Encoding:
Text File  |  1993-06-08  |  1.5 KB  |  40 lines

  1. ..To accompany files in RCPSPACE.LBR
  2.  
  3. This library should include 3 files:
  4.  
  5. -README.1ST
  6. RCPSPACE.AZM
  7. RCPSPACE.DOC
  8.  
  9. These  files  are  intended  to  enable  someone  experienced  in 
  10. assembly language to install a system-resident routine in  ZCPR's 
  11. Relocatable  Command  Package  (RCP)  which  will  quickly  check 
  12. remaining disk space at any time. 
  13.  
  14. This routine itself will take up B8 (hex) or 184 (decimal)  bytes 
  15. of  opcode in your RCP. An additional 3 bytes is needed  for  the 
  16. routine  to  call SPACE after erasing or copying files  with  RCP 
  17. commands,  and 6 more are needed to identify the routine  at  the 
  18. beginning  of  your  RCP.  Total overhead:  C1h  or  193d  bytes, 
  19. assuming  the  routines  CRLF,  CONOUT,  and  PRINT  are  already 
  20. implemented in your RCP.
  21.  
  22. Since  SPACE  was  written  in  Z80  language,  you  must  either 
  23. translate  it  into 8080 language, or translate your  RCP  source 
  24. file  into  Z80  language  before  installing  this  routine  and 
  25. reassembling your Relocatable Command Package. 
  26.  
  27. The .DOC file was explains how my SPACE routine works, and how to 
  28. install it in Jay Sage's SYSRCP version 1.4. 
  29.  
  30. The  .AZM file uses the Z80 instruction set, and was  taken  from 
  31. several routines in Rick Conn's SYSLIB version 3.6., and from the 
  32. book _Mastering CP/M_ by Alan R. Miller. 
  33.  
  34. Carson Wilson
  35. Lillipute Z-Node: 312/649-1730 or 312/664-1730
  36. March 25, 1986he 
  37. book _Mastering CP/M_ by Alan R. Miller. 
  38.  
  39. Carson Wilson
  40. Lillipute Z-Node: 312/649-1730 or 312/6