
Bootstrap ROM
DSP56364 24-Bit Digital Signal Processor Users Manual, Rev. 2
A-8 Freescale Semiconductor
dc *
endm
ORG PL:PATTERNS,PL:PATTERNS ;; Each value is written to all memories
dc $555555
dc $AAAAAA
dc $333333
dc $F0F0F0
NUM_PATTERNS equ *-PATTERNS
;========================================================================
; 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: $FF2F80 - $FF2FFF
;========================================================================
ORG PL:$FF2F80,PL:$FF2F80
; This code fills the unused rom locations with their address
dup $FF3000-*
dc *
endm
end
Comentarios a estos manuales