Motorola MSC8101 ADS User's Guide Page 310

  • Download
  • Add to my manuals
  • Print
  • Page
    / 346
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 309
C-2 MSC8101 User’s Guide
Bootloader Program
;; HOST registers addresses definitions
;; dsp side
HCR equ BASE0_D+$0000
HPCR equ BASE0_D+$0020
HSR equ BASE0_D+$0040
HCVR equ BASE0_D+$0060
HOTX equ BASE0_D+$0080
HORX equ BASE0_D+$00a0
ELIRE equ BASE0_D+$1c20
ELIRF equ BASE0_D+$1c28
Fmain
;---------- illegal exception offset 0x80 ----------
section illegal_exception
org p:$0080+BASE_exception_TABLE
illegal_exception
rte
endsec
;---------- trap exception offset 0xc0 ----------
section debug_exception
org p:$00c0+BASE_exception_TABLE
debug_exception
rte
endsec
;---------- overflow exception offset 0x100 ----------
section overflow_exception
org p:$0100+BASE_exception_TABLE
overflow_exception
rte
endsec
;---------- auto nmi exception offset 0x180 ----------
section auto_nmi_exception
org p:$0180+BASE_exception_TABLE
auto_nmi_exception
rte
Page view 309
1 2 ... 305 306 307 308 309 310 311 312 313 314 315 ... 345 346

Comments to this Manuals

No comments