📄 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 + -