English
Language : 

SN8P2608 Datasheet, PDF (13/112 Pages) SONiX Technology Company – 8-Bit Micro-Controller
SN8P2608
8-Bit Micro-Controller
2.1.1.1 RESET VECTOR (0000H)
A one-word vector address area is used to execute system reset.
) Power On Reset (NT0=1, NPD=0).
) Watchdog Reset (NT0=0, NPD=0).
) External Reset (NT0=1, NPD=1).
After power on reset, external reset or watchdog timer overflow reset, then the chip will restart the program from
address 0000h and all system registers will be set as default values. It is easy to know reset status from NT0, NPD
flags of PFLAG register. The following example shows the way to define the reset vector in the program memory.
¾ Example: Defining Reset Vector
ORG
JMP
…
0
START
; 0000H
; Jump to user program address.
START:
ORG
10H
…
…
; 0010H, The head of user program.
; User program
ENDP
; End of program
SONiX TECHNOLOGY CO., LTD
Page 13
Version 1.4