vectors.asm

来自「2812交流伺服电机驱动(程序+论文) 空间矢量变量定义」· 汇编 代码 · 共 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 + -
显示快捷键?