sportisr.asm
来自「ADI 公司的DSP ADSP21369 EZ-KIT LITE开发板的全部源代」· 汇编 代码 · 共 26 行
ASM
26 行
/***************************************************************************************************
**
** File: SportTisr.asm
** Date: 7/29/05
** Use: SPORT0 interrupt Service Routines
**
*****************************************************************************************************/
#include <def21369.h>
.section /pm seg_pmco;
.global _talkThroughISR;
_talkThroughISR:
r10=dm(RXSP0A); // read new sample from SPDIF
dm(TXSP3A)=r10; // write to SDPIF
_talkThroughISR.end:
rti;
//--------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?