spce.lst
来自「凌阳十六位单片机的实验详细说明及其相对应的源码」· LST 代码 · 共 37 行
LST
37 行
Sunplus u'nSP Assembler - Ver. 1.8.0
Listing File Has Been Relocated
//========================================================================================
// 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.
//========================================================================================
000000CB .IRAM
.public R_InterruptStatus;
000000CB 00 00 .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
//========================================================================================
0 error(s), 0 warning(s).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?