vectors.asm

来自「基于DSP320F2812的交流伺服调速系统的完整软件开发包」· 汇编 代码 · 共 12 行

ASM
12
字号
;*
;*  Copyright 2001 by Texas Instruments Incorporated.
;*  All rights reserved. Property of Texas Instruments Incorporated.
;*  Restricted rights to use, duplicate or disclose this code are
;*  granted through contract.
;*
;	.title "vectors.asm"
	.ref  _c_int00
;	.sect ".vectors"

RESET:	.long  _c_int00
;PINT1:  .long  _zhf

⌨️ 快捷键说明

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