Motorola DSP56367 User Manual page 388

24-bit digital signal processor
Table of Contents

Advertisement

Bootstrap ROM Contents
NUM_PATTERNS
equ
;========================================================================
; This code fills the unused bootstrap rom locations with their address
dup $FF00C0-*
dc *
endm
;========================================================================
; Reserved Area in the Program ROM: upper 128 words.
; Address range: $FFAF80 - $FFAFFF
;========================================================================
ORG PL:$FFAF80,PL:$FFAF80
; This code fills the unused rom locations with their address
dup $FFB000-$14-*
dc *
endm
; Code segment for testing of ROM Patch
; This code segment is located in the uppermost addresses of the Program ROM
ORG PL:$FFB000-$14,PL:$FFB000-$14
move
move
move
move
move
move
move
move
move
move
move
move
move
move
move
move
move
move
move
A-14
*-PATTERNS
#$80000,r0
#$0,x0
x0,x:(r0)+
#$1,x0
x0,x:(r0)+
#$2,x0
x0,x:(r0)+
#$3,x0
x0,x:(r0)+
#$4,x0
x0,x:(r0)+
#$5,x0
x0,x:(r0)+
#$6,x0
x0,x:(r0)+
#$7,x0
x0,x:(r0)+
#$8,x0
x0,x:(r0)+
DSP56367
MOTOROLA

Advertisement

Table of Contents
loading

Table of Contents