Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 303 Bytes

File metadata and controls

13 lines (10 loc) · 303 Bytes

The interrupt controller

  • The default base address of the interrupt controller is 0410h.

Interrupt lines

  • Line 0: UART
  • Line 1: Timer tick
  • Line 2: Timer counter compare

Registers

  • Interrupt line status (at 0410h)
  • Interrupt enable (at 0411h)
  • Interrupt handler address (at 0412h)