home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / kpintrpt.msg < prev    next >
Internet Message Format  |  1984-11-24  |  1KB

  1. Date: Friday, 16 November 1984
  2. From: Hugh Redelmeier
  3. To:   net.micro.cpm
  4. Re:   Need Kaypro technical help
  5.  
  6. I have done serial I/O on the Kaypro II (pre-1984 version) using
  7. interrupts.
  8.  
  9. - Only the first 16K of address space is bank switched.
  10.  
  11. - Remember to put your interrupt routine and the vector above 16k.
  12.  
  13. - You must use the interrupt mode that allows you to
  14.   specify that the interrupt vector is above 16k.
  15.  
  16. - If you are using PluPerfect CPM2.2E, it is already using
  17.   interrupts with the SIO (using the SIO channel to the keyboard
  18.   as a timer to turn off the disk after a few seconds of inactivity!).
  19.   It would be tricky to share the SIO interrupts with CP/M 2.2E.
  20.  
  21. - Be careful to use very little stack in your interrupt routine:
  22.   the interrupted routine may not have left you much.  Best to
  23.   switch to a private stack immediately on entry to your
  24.   interrupt routine.
  25.  
  26.  
  27.  
  28. Date: Saturday, 24 November 1984
  29. From: Mike Rubenstein
  30. To:   net.micro.cpm
  31. Re:   Need Kaypro technical help
  32.  
  33. On the Kaypro 10 the first 32K is bank switched.
  34. -- 
  35. Mike Rubenstein, OACB, UT Medical Branch, Galveston TX 77550
  36.