vectors.asm
来自「基于矢量控制的永磁同步交流伺服电机控制系统 可以用的源程序」· 汇编 代码 · 共 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 + -
显示快捷键?