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 / CCP / CCPCHAIN.LBR / CCPCHAIN.DOC < prev    next >
Text File  |  2000-06-30  |  1KB  |  30 lines

  1. CCPCHAIN.DOC  OCT. 1986
  2.  
  3. FOR: CPM-80/Assembly language programming
  4.  
  5. PURPOSE:
  6.  
  7. Attach this program to the end of your assembly language program.  It
  8. will chain the program named in FILENAM to your program by inserting
  9. that file name into the CCP buffer.  A jump to the CCP causes the named
  10. program to load and execute.
  11.  
  12.  
  13. Background:
  14.  
  15. While setting up BYE510 to run on my Osborne I found that my modem needs
  16. to cycle on and off one time to work properly.  It was easy to write an
  17. auto-start program to do this but then how do I get BYE up and running
  18. without entering a command from the console? Using the CCP buffer is
  19. ideal for this application because the computer doesn't know if the
  20. command came from the console or another program.  Just be sure that the
  21. CCP hasn't been overwritten before you jump to it!
  22.  
  23.  
  24. Phil Pflager
  25. P.O. Box 435
  26. Cupertino, California 95015
  27.  
  28.  
  29.  
  30.