
II-106
EPSON
S1C88348/317/316/308 TECHNICAL SOFTWARE
17 INTERRUPT (EXCEPTION) PROCESSING
;************************************************************************
;*
*
;*
serial receive (/irq2)
*
;*
*
;************************************************************************
srv_intr:
push
ale
;
serial receive interrupt processing
;
and
[br:low intr_fac1],#00000010b
;clear fsrec interrupt flag
pop
ale
rete
;************************************************************************
;*
*
;*
serial transmission (/irq2)
*
;*
*
;************************************************************************
str_intr:
push
ale
;
serial transmission interrupt processing
;
and
[br:low intr_fac1],#00000001b
;clear fstra interrupt flag
pop
ale
rete
;************************************************************************
;*
*
;*
stopwatch 100hz (/irq1)
*
;*
*
;************************************************************************
sw100_intr:
push
ale
;
stopwatch 100hz interrupt processing
;
and
[br:low intr_fac0],#01000000b
;clear fsw100 interrupt flag
pop
ale
rete
;************************************************************************
;*
*
;*
stopwatch 10hz (/irq1)
*
;*
*
;************************************************************************
sw10_intr:
push
ale
;
stopwatch 10hz interrupt processing
;
and
[br:low intr_fac0],#00100000b
;clear fsw10 interrupt flag
pop
ale
rete
;************************************************************************
;*
*
;*
stopwatch 1hz (/irq1)
*
;*
*
;************************************************************************
sw1_intr:
push
ale
;
stopwatch 1hz interrupt processing
;
and
[br:low intr_fac0],#00010000b
;clear fsw1 interrupt flag
pop
ale
rete
;************************************************************************
;*
*
;*
clock timer 32hz (/irq1)
*
;*
*
;************************************************************************
clock32_intr:
push
ale
;
clock timer 32hz interrupt processing
;
and
[br:low intr_fac0],#00001000b
;clear ftm32 interrupt flag
pop
ale
rete
Source List
(4)