home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_11 / 1011035a < prev    next >
Text File  |  1992-09-16  |  555b  |  20 lines

  1.  
  2. Listing 1
  3. /* ----------- tinyexec.h------------ */
  4. #define TIMER 8
  5. /* interrupt vector for this real time clock */
  6. #define TIMR1_C  0x43
  7. /* control register for xt timer intel 8253 */
  8. #define TIMR1_T1 0x40
  9. /* timer register for xt timer intel 8253 */
  10. #define LOAD_T1 0x34
  11. /* select load timer 1 register  2 bytes */
  12. #define XT8259 0x20
  13. /* define port to clear xt interrupt controller  */
  14. #define CLR_INT 0x20
  15. /* define nonspecific interrupt clear for intel 8259 */
  16. #define IN_PROC 0x80
  17. #define REQ_TASK 0X40
  18. /* ----------- end tinyexec.h------------ */
  19.  
  20.