home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug136.arc / LT27.LBR / -READ.ME < prev    next >
Text File  |  1979-12-31  |  2KB  |  72 lines

  1.  
  2. Updated for use with LT27                        7 May 88
  3.  
  4. LT19 is copyrighted  (c) 1986,  1987 by C.B. Falconer.  It may be freely
  5. copied and used for non-commercial purposes.
  6.  
  7.         LT27R.COM is ready for RCPM use.
  8.         LT27.COM  does not use the wheel
  9.               byte and, is ready for
  10.               normal (non-RCPM) use.
  11.  
  12.  
  13. This revision of  LT (Library Typer) includes UNC.REL, a modification of
  14. Steve Greenberg's UNCREL.REL  file, to access crunched files and library
  15. components (in addition to squeezed and uncompressed  files/components).
  16. This uncruncher  runs on  8080/8085/V20/Z80  processors, and can process
  17. the output of CRUNCH23 or prior.
  18.  
  19. See DOC file for  customization patches.  Sysops  can now  leave EXTRACT
  20. set to YES, as v20 tied  this in with  the wheel byte.  v25  also allows
  21. UZCPR to be replaced by a MAXUSR value of 0FFh (255).  
  22.  
  23.  
  24. USING LINK.COM
  25. ==============
  26. To link with LINK rather than L80, simply type:
  27.  
  28.     M80 =LT27.ASM/M
  29.     LINK LT27,UNC
  30.  
  31.  
  32. USING SLRMAC AND SLRNKP:
  33. =======================
  34. To process this with SLRMAC and SLRNKP:
  35.  
  36.     D>SLRMAC LT27/M
  37.     D>SLRNKP LT27/N/A:100/J,LT27,UNC,/E
  38.  
  39. The first step assembles  to a .REL file, the second  links  UNC.REL and
  40. creates LT27.COM, ready to use - no other steps needed.
  41.  
  42.  
  43. USING M80 and L80:
  44. =================
  45. To re-assemble with M80/L80:
  46.  
  47.     D>M80 =LT27.ASM/M
  48.  
  49.  
  50. The final linking step is a two-pass operation:
  51.  
  52.     D>l80 /P:100,/D:2000,LT27,UNC,/M
  53.                     (ridiculously long wait)
  54.     ......                (other output information)
  55.     Program 0100   1178 ....    (Note the end of code, FREE byte
  56.                        from L80)
  57.     */R                (reset l80)
  58.     */P:100,/D:1178,LT27,UNC,LT27/N (put data at end of code)
  59.     ......                (wait)
  60.     */E                (now you can exit - linked)
  61.     D>
  62.  
  63. L80 has added  many unneeded  bytes to the file.  Load it  with  DDT and
  64. SAVE only  the portion  up to the  last code  byte (1177 in the example,
  65. will be  different).  With DDTZ, use  "K 100,1177"  command  to write it
  66. back.  You can  zero the portion  after the end of code  (unmodified L80
  67. and SLRNK+ junk fill, but SLRNK zero-fills).
  68.  
  69.                     - enjoy
  70.  
  71. --------------------------------- end ----------------------------------
  72.