home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / SUBMIT / EX15.LBR / READ.MQ / READ.ME
Text File  |  2000-06-30  |  3KB  |  46 lines

  1.                   EX15
  2.  
  3.  
  4. EX15 is a relatively minor update to EX14 to allow it to execute properly
  5. under Jim Lopushinski's superb LBRDISK.  EX15 will now also execute correctly
  6. under SmartKey II.
  7.  
  8. The problem with EX14 was that it assumed that CCP (or ZCPR) was located 2K
  9. bytes below the BDOS address when EX14 received control.  If some other
  10. high-loading system extension such as SETRSX and/or LBRDISK has been loaded
  11. before EX14, that assumption was erroneous and, when EX14 attempted to
  12. transfer to CCP at the assumed location, strange and wondrous things happened
  13. in you system!
  14.  
  15. The advantage in using EX with LBRDISK lies in the fact that SUB files
  16. generally waste a great deal of disk space.  SUB files are usually short, on
  17. the order of 128-256 bytes, text files but, due to CP/M's allocation rules,
  18. they require an absolute minimum of 1K bytes of disk space.  Many systems use
  19. a group size considerably larger than 1K bytes and, on such systems, SUB files
  20. waste even more disk space.  By packing the SUB files into an archive (either
  21. an LBR file or an ARC file) and using LBRDISK to execute them out of the
  22. archive, large amounts of disk space can be saved.
  23.  
  24. Packing all SUB files into a single archive file should be especially valuable
  25. on fixed disk systems such as the Kaypro 10.  Such systems usually have large
  26. group sizes (4K bytes for the Kaypro 10) and the amount of disk space wasted
  27. by SUB files is considerably larger than on systems with smaller group sizes. 
  28. On a Kaypro 10, the savings would probably be on the order of 3K bytes or
  29. greater for each SUB file in the archive after the first.
  30.  
  31. There is another, relatively minor, change between EX15 and EX14.  I could
  32. never see any particularly good reason for REQUIRING the a SUB file have a
  33. file type of .SUB so I eliminated the requirement in EX15.  The default file
  34. type, used if no file type is specified by the user, is still .SUB but the
  35. user may specify any file type.
  36.  
  37. In addition to the files in this library, you will need MAC, ED, and either
  38. ZSID or SID to assemble EX15 (or EX14 for that matter.)  The SUB file,
  39. EX15.SUB, is used to assemble EX15 and create EX15.COM.  It is currently setup
  40. for use under a prior version of EX running under a slightly modified ZCPR2. 
  41. It also uses ZSID to create EX15.COM primarily because I use ZSID more than I
  42. do SID.  Either will work for this purpose.
  43.  
  44.  
  45. Don A. Williams, AKUG (Arizona Kaypro Users' Group
  46.