home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI09.ARJ / ictari.09 / ASSEMBLY / MACROS / MACRO_2 / TRAPS.I < prev    next >
Text File  |  1997-09-17  |  980b  |  38 lines

  1. * DIVIDE BY ZERO points to an RTE
  2. * ALL OTHER SYSTEM VECTORS point to handler that dumps processor state
  3. * and attempts to terminate program.
  4.  
  5. * Line A (1010) vector activates grahic primitives
  6. * Line F (1111) vector is used internally by the AES
  7.  
  8. * TRAPS
  9. *******
  10. GEMDOS    EQU    1
  11. GEM    EQU    2
  12.  
  13. BIOS    EQU    13
  14. XBIOS    EQU    14
  15.  
  16. * all other traps are available for application use!
  17.  
  18. * VECTOR ADDRESSES FOR 68901 INTERRUPTS
  19. ***************************************
  20. PARALLEL    EQU    $100    ;DIASBLED
  21. RS232_CD    EQU    $104    ;DISABLED
  22. RS232_CTS    EQU    $108    ;DISABLED
  23. NONE_1    EQU    $10C    ;DISABLED
  24. NONE_2    EQU    $110    ;DISABLED
  25. SYSTEM_CLK    EQU    $114
  26. KBD_MIDI    EQU    $118
  27. FDC_HDC    EQU    $11C    ;DISABLED
  28. *    may be used by hard disk drivers but must be disabled when 
  29. *    in floppy read/write/format
  30. HSYNC    EQU    $120    ;DISABLED
  31. RS232_TX_ERR    EQU    $124
  32. RS232_TX_NXT    EQU    $128
  33. RS232_RX_ERR    EQU    $12C
  34. RS232_RX_NXT    EQU    $130
  35. NONE_3    EQU    $134    ;DISABLED
  36. RS232_RING    EQU    $138    ;DISABLED
  37. MONITOR_TYPE    EQU    $13C    ;DISABLED
  38.