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

📄 psr.h

📁 M*core开发库文件,能够大大减轻开发者的难度
💻 H
字号:
/********************************************************************
	created:	2007/04/13
	created:	13:4:2007   8:09
	filename: 	G:\DataBak\VCWorks\04.09\McoreReg\CMR.h
	author:		CryinRain & YxY
	Page:       16<->19	
	purpose:	Processor state regs
*********************************************************************/


#if !defined(_CORE_HB)
#define _CORE_HB
/************************************************************************/
/*   
   
General register:
R0---->R15
R0:		As the stack pointer;
R15:	As the subroutine back linker reg; 

if the PSR(AF)=1, S can use the shadow regs(R0'---->R15') to take place of
General regs;
R0':	As the task stack pointer;
!: U must make sure that PSR(AF)=1 before U use the shadow regs.



																	    */
/************************************************************************/
#endif //end #if !defined(_CORE_HB)

⌨️ 快捷键说明

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