vecs.asm

来自「TMS320C2000Flash操作」· 汇编 代码 · 共 14 行

ASM
14
字号
;-------------------------------------------------------------------------------
; VECS.asm:
;   This file provides an implementation of the vector table for the 
;   lf240x. Only one vector (the reset vector) is handled.
;-------------------------------------------------------------------------------
        .globl  _c_int0
;-------------------------------------------------------------------------------
; Define the Vector Table
;-------------------------------------------------------------------------------
        .sect   "VECTORS"
RESET           B       _c_int0
;-------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?