vectors.asm
来自「DSP2407A的LCD控制代码」· 汇编 代码 · 共 11 行
ASM
11 行
.include 240xA.inc
.ref _c_int0
; sect "Vectors" locate in the flash and is generally fixed
; and the targets of "B" instrutions are fixed,all jump to "SubVect" section
.sect "Vectors"
RSVECT B _c_int0 ; Reset Vector
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?