main.asm

来自「TI公司DSP开发板DSK5402针对DTMF的完整功能操作与代码」· 汇编 代码 · 共 20 行

ASM
20
字号
***********************************************************
* main -Echo_Using AIC
*
* Objective:
* 1)Understand the McBSP and AIC chip
* 2)Understand how the interrupt works
*
***********************************************************
	.def	_c_int00
	.def	BRISR
	.def	BXISR 
	.ref    Brd_Reset
	.ref 	McBSP_AIC_Init

	.mmregs		
DRR11	.set	0x41           
DXR11	.set	0x43           
		
	.sect	".data"       
a1	.int 26956    		; 770Hz

⌨️ 快捷键说明

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