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 / ZCPR33 / Z3-33 / Z33IF14.LBR / Z33IF14.UPD < prev   
Text File  |  2000-06-30  |  1KB  |  24 lines

  1. This version of Z33IF contains a number of significant changes from the
  2. previous release.  Do not try to use the programs without reading this file.
  3.  
  4. First, Howard Goldstein has fixed a couple of bugs in the operation of the
  5. file tests.  The earlier version failed to keep track properly of the
  6. default logged directory and thus under some circumstances would look for a
  7. file in the wrong directory.
  8.  
  9. These files have been assembled in three different versions: IF14.COM,
  10. IF14.CIM, and IF14.4OM.  The latter two are for operation with NZCOM and
  11. Z3PLUS systems.  Because those versions of Z System allow returning to
  12. standard CP/M, it is important for files to have protection to prevent their
  13. attempted operation under CP/M.  The IF14.CIM file has been assembled for
  14. operation at 8000H.  To prevent its operation at 100H, it contains a special
  15. header routine that verifies its load address.  This protection code makes
  16. the file a little bit longer but allows it to work with Z33 and the standard
  17. Z33FCP.
  18.  
  19. The IF14.4OM file is a type-4 program.  It can be loaded only by Z34 and the
  20. Z34FCP.  This version is protected by having the initial JP (jump)
  21. instruction replaced with a RST 0 instruction, which causes a warmboot.  Z34
  22. and Z34FCP, which know how to load type-4 programs, make the necessary
  23. conversions in the code.
  24.