English
Language : 

EB632 Datasheet, PDF (84/112 Pages) Freescale Semiconductor, Inc – Functional Differences Between MSC8101 (Mask 2K42A) and MSC8103 (Mask 2K87M)
Bootloader Program
endsec
;---------- NMI4 (bus controller bus error) offset 0xf00 -----
section nmi4
org p:$0f00+BASE_EXEPTION_TABLE
nmi4
rte
endsec
;---------- NMI5(reserved) offset 0xf40 -----
section nmi5
org p:$0f40+BASE_EXEPTION_TABLE
nmi5
rte
endsec
;---------- NMI6 (reserved) offset 0xf80 -----
section nmi6
org p:$0f80+BASE_EXEPTION_TABLE
nmi6
rte
endsec
;---------- NMI7 (sic nmi,s/w wd,external nmi, parity) offset 0xfc0 -----
section nmi7
org p:$0fc0+BASE_EXEPTION_TABLE
nmi7
rte
endsec
;---------- illegal exeption offset 0x80 ----------
section illegal_exeption
org p:$0080+BASE_EXEPTION_TABLE
illegal_exeption
rte
endsec
;---------- debug exeption offset 0xc0 ----------
section debug_exeption
org p:$00c0+BASE_EXEPTION_TABLE
debug_exeption
rte
endsec
Functional Differences Between MSC8101 (Mask 2K42A) and MSC8103 (Mask 2K87M), Rev. 2
84
Freescale Semiconductor