?? start.s
字號:
;/*************************************************************************/
;/* */
;/* FILE NAME VERSION */
;/* */
;/* start.s SNDS100 Board version 1.0 */
;/* */
;/* COMPONENT */
;/* */
;/* */
;/* DESCRIPTION */
;/* */
;/* Download program's execution start functions . */
;/* */
;/* AUTHOR */
;/* */
;/* */
;/* DATA STRUCTURES */
;/* */
;/* */
;/* FUNCTIONS */
;/* */
;/* */
;/* DEPENDENCIES */
;/* */
;/* snds.a System constants */
;/* */
;/* HISTORY */
;/* */
;/* */
;/*************************************************************************/
GET memory.a
AREA START, CODE
EXPORT StartUserPgm
EXPORT StartDownPgm
EXPORT GdmaStartUserPgm
EXPORT Reset_Boot_Rom
StartUserPgm
LDR PC, =UserCodeArea
GdmaStartUserPgm
LDR PC, =DmaCodeArea
Reset_Boot_Rom
LDR PC, =0x0
StartDownPgm
MOV PC, r0
END
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -