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 / CPM3 / CCP105P.ARK / CCP102.UPD < prev    next >
Text File  |  1986-10-21  |  1KB  |  34 lines

  1. CCP+ version 1.02 update notes.
  2.  
  3. 09/10/85
  4. Jim Lopushinsky
  5.  
  6. 1.    The CCP is now no larger than the one supplied with CP/M Plus.
  7.     This has been possible by removing some unnessary code, and
  8.     converting it to Zilog mnemonics and optimizing the code to
  9.     use Z80 instructions wherever possible.  MACRO-80 is now
  10.     required to assemble the CCP and LOADER.  The Loader is now
  11.     1 page smaller than previous versions.  As a result of all
  12.     this, CCP+ will now only run on the Z80.
  13.  
  14. 2.    A library command processor has been added which loads CP/M
  15.     Plus .COM, .SUB and .PRL files from a library called
  16.     COMMAND.LBR.  CMDRUN.COM is invoked by the CCP whenever it
  17.     cannot find the required command.
  18.  
  19.  
  20. CCP+ version 1.01 update notes.
  21.  
  22. 02/20/85
  23. Jim Lopushinsky
  24.  
  25. 1.    The comparison of the ZCPR variable MAXDRV is now properly
  26.     adjusted.  Previous versions assumed 1=A, 2=B, etc.   It has
  27.     now been corrected so that 0=A, 1=B.
  28.  
  29. 2.    On cold boot, the ZCPR variables are initialized as follows:
  30.     MAXDRV = 15 (Drive P:)
  31.     MAXUSR = 16 (User 15)
  32.     WHEEL  = 0FFH (enabled)
  33.  
  34.