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

📄 spce.asm

📁 凌阳单片机的录音,方音程序,用c语言边的,可用性强.
💻 ASM
字号:
//========================================================================================
// Progarm: SPCE definition V1.0
// Writen by: Arthur Shieh
//
// Last modified date: 
// 		2002/09/27: first version
// Note: This file contains a variable declaration for SPCE 500A to keep track of the 
//       interrupt setting status. 
//========================================================================================

.IRAM
.public	R_InterruptStatus;	
.VAR	R_InterruptStatus = 0;					// for feature using, not necessary for SPCE061				
////////////////////////////////////////////////////
// Note: This register should always map to the P_INT_Ctrl(W)
//	(0x7010), The SACMvxx.lib use this register to
//	combine with user's interrupt setting.
//  In SPCE061A, it is not necessary since the 
//  P_INT_Mask(0x702D) already does this. It is for 
//  compatibility to keep it here. 
//////////////////////////////////////////////////
  
              
//========================================================================================        
// End of SPCE.asm
//========================================================================================



        
        
        

⌨️ 快捷键说明

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