ADDRESS SPACES
S3C9454B/F9454B
F PROGRAMMING TIP — Smart Option Setting
;
<< Interrupt Vector Address >>
ORG
Vector
0000H
00H, INT_9454
; S3C9454B/F9454B has only one interrupt vector
;
<< Smart Option Setting >>
ORG
DB
DB
DB
DB
003CH
00H
00H
0E7H
03H
; 003CH, must be initialized to 0.
; 003DH, must be initialized to 0.
; 003EH, enable LVR (2.3 V)
; 003FH, Internal RC (3.2 MHz in VDD = 5 V)
;
<< Reset >>
ORG
RESET:
0100H
DI
•
•
•
2-4