codestartbranch.asm
来自「基于dsp2812逆变电源设计 基于dsp2812逆变电源设计」· 汇编 代码 · 共 41 行
ASM
41 行
;.ref _c_int00
;.sect "codestart"
;code_start:
; LB _c_int00
;.end
;//###########################################################################
;//
;// FILE: DSP281x_CodeStartBranch.asm
;//
;// TITLE: Branch for redirecting code execution after boot.
;//
;//###########################################################################
;//
;// Ver | dd mmm yyyy | Who | Description of changes
;// =====|=============|======|===============================================
;// 1.00| 11 Sep 03 | L.H. | Updated based on D.A source to allow
;// | | | disabling the watchdog before branching to
;// | | | the C init routine. This is useful if the
;// | | | watchdog is timing out before main() is reached.
;//###########################################################################
***********************************************************************
.ref _c_int00
***********************************************************************
* Function: codestart section
*
* Description: Branch to code starting point
***********************************************************************
.sect "codestart"
;code_start:
LB _c_int00 ;Branch to start of boot.asm in RTS library
.end
;end codestart section
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?