cvectors.asm

来自「tms320f206的c语言异步串口示例程序」· 汇编 代码 · 共 14 行

ASM
14
字号
* Writing to the C2xx Asynchronous Serial Port in C V1.00
* by Jeff Axelrod 3/26/97

	.title	"vectors.asm"
	.ref	_c_int0,_nothing,_uart
	.sect	".vectors"
reset:		b	_c_int0
int1:		b	_nothing	
int2:       b	_nothing
tint:		b	_nothing
rint:		b	_nothing
xint:		b	_nothing
txrxint:	b   _uart

⌨️ 快捷键说明

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