![Seiko Epson S1C17153 Technical Manual Download Page 191](http://html1.mh-extra.com/html/seiko-epson/s1c17153/s1c17153_technical-manual_1235939191.webp)
aPPenDiX e iniTialiZaTiOn ROuTine
aP-e-2
Seiko epson Corporation
S1C17153 TeChniCal Manual
(Rev. 1.0)
; ======================================================================
; Interrupt handler
; ======================================================================
; ----- Address unalign --------------------------
unalign_handler:
...
; ----- NMI -------------------------------------
nmi_handler:
...
(1) A “
.rodata
” section is declared to locate the vector table in the “
.vector
” section.
(2) Interrupt handler routine addresses are defined as vectors.
“
intXX_handler
” can be used for software interrupts.
(3) The program code is written in the “
.text
” section.
(4) Sets the stack pointer.
(5) Sets the number of ROM read wait cycles.
Can be set to no wait in the S1C17153.
(See the “Memory Map, Bus Control” chapter.)