⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vectors.asm

📁 针对TI公司的DSK6713所发展的IO(LED)范例
💻 ASM
字号:

*Vectors.asm Vector file for non-interrupt driven program       
     .title 	"vectors.asm"
     .ref 		_c_int00		;reference entry address
     .sect 		"vectors"		;in vector section
rst:  mvkl	.s2	 _c_int00,b0	;lower 16 bits --> b0
     mvkh	.s2  _c_int00,b0	;higher 16 bits --> b0
     b		.s2	 b0			    ;branch to entry address
     nop					    ;5 NOPs for rest of fetch packet	 nop
     nop
     nop
     nop

⌨️ 快捷键说明

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