aboutsummaryrefslogtreecommitdiff
path: root/asm/isr.asm
blob: 147a3a87836efb80f97e89d18addd0a7dd26126a (about) (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     #0
_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     #0