home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / falc_uti / dsp_tool / include / except.inc next >
Encoding:
Text File  |  1995-11-25  |  1.5 KB  |  32 lines

  1. ;*********  Teil aus IOEQU.INC ************
  2.  
  3. ;------------------------------------------------------------------------
  4. ;
  5. ;       EQUATES for Exception Processing
  6. ;
  7. ;------------------------------------------------------------------------
  8.  
  9. ;       Register Addresses
  10.  
  11. m_ipr   EQU     $FFFF           ; Interrupt Priority Register
  12.  
  13. ;       Interrupt Priority Register Bit Flags
  14.  
  15. m_ial   EQU     $7              ; IRQA Mode Mask
  16. m_ial0  EQU     0               ; IRQA Mode Interrupt Priority Level (low)
  17. m_ial1  EQU     1               ; IRQA Mode Interrupt Priority Level (high)
  18. m_ial2  EQU     2               ; IRQA Mode Trigger Mode
  19. m_ibl   EQU     $38             ; IRQB Mode Mask
  20. m_ibl0  EQU     3               ; IRQB Mode Interrupt Priority Level (low)
  21. m_ibl1  EQU     4               ; IRQB Mode Interrupt Priority Level (high)
  22. m_ibl2  EQU     5               ; IRQB Mode Trigger Mode
  23. m_hpl   EQU     $C00            ; Host Interrupt Priority Level Mask
  24. m_hpl0  EQU     10              ; Host Interrupt Priority Level Mask (low)
  25. m_hpl1  EQU     11              ; Host Interrupt Priority Level Mask (high)
  26. m_ssl   EQU     $3000           ; SSI Interrupt Priority Level Mask
  27. m_ssl0  EQU     12              ; SSI Interrupt Priority Level Mask (low)
  28. m_ssl1  EQU     13              ; SSI Interrupt Priority Level Mask (high)
  29. m_scl   EQU     $C000           ; SCI Interrupt Priority Level Mask
  30. m_scl0  EQU     14              ; SCI Interrupt Priority Level Mask (low)
  31. m_scl1  EQU     15              ; SCI Interrupt Priority Level Mask (high)
  32.