aboutsummaryrefslogtreecommitdiff
path: root/asm/isr.asm
blob: ad810e55a5ad76fe9240601177203da47b689c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.module isr

    .area   _ISR_TABLE (REL)
_ctc0_isr_ptr::
    .dw     #0
_ctc1_isr_ptr::
    .dw     #_ctc1_isr
_ctc2_isr_ptr::
    .dw     #_timer
_ctc3_isr_ptr::
    .dw     #_blink_cursor
_port_a_isr_ptr::
    .dw     #0
_port_b_isr_ptr::
    .dw     #_input_event
_rx_isr_ptr::
    .dw     #_rx_isr