📄 vecs.asm
字号:
;-------------------------------------------------------------------------------
; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -