vectors.asm

来自「这是关DSP 2000的程序。主要是280**系列。」· 汇编 代码 · 共 11 行

ASM
11
字号
*
;*  Copyright (c) 2001-2002, Texas Instruments Incorporated.
;*  All rights reserved. Property of Texas Instruments Incorporated.
;*  Restricted rights to use, duplicate or disclose this code are
;*  granted through contract.
;*

	.ref  _c_int00
	.sect ".vectors"
RESET:	.long  _c_int00

⌨️ 快捷键说明

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