欢迎访问ic37.com |
会员登录 免费注册
发布采购

CC2430DK 参数 Datasheet PDF下载

CC2430DK图片预览
型号: CC2430DK
PDF下载: 下载PDF文件 查看货源
内容描述: 真正的系统级芯片解决方案的2.4 GHz IEEE 802.15.4 / ZigBee的 [A True System-on-Chip solution for 2.4 GHz IEEE 802.15.4 / ZigBee]
分类和应用:
文件页数/大小: 212 页 / 1862 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC2430DK的Datasheet PDF文件第40页浏览型号CC2430DK的Datasheet PDF文件第41页浏览型号CC2430DK的Datasheet PDF文件第42页浏览型号CC2430DK的Datasheet PDF文件第43页浏览型号CC2430DK的Datasheet PDF文件第45页浏览型号CC2430DK的Datasheet PDF文件第46页浏览型号CC2430DK的Datasheet PDF文件第47页浏览型号CC2430DK的Datasheet PDF文件第48页  
CC2430  
8051 CPU : Instruction Set Summary  
11.3.6  
Stack Pointer  
The stack resides in DATA memory space and  
grows upwards. The PUSH instruction first  
increments the Stack Pointer (SP) and then  
copies the byte into the stack. The Stack  
Pointer is initialized to 0x07 after a reset and it  
is incremented once to start from location 0x08  
which is the first register (R0) of the second  
register bank. Thus, in order to use more than  
one register bank, the SP should be initialized  
to a different location not used for data  
storage.  
SP (0x81) – Stack Pointer  
Bit  
Name  
Reset  
R/W  
Description  
Stack Pointer  
7:0  
0x07  
R/W  
SP[7:0]  
11.4 Instruction Set Summary  
The 8051 instruction set is summarized in  
Table 28. All mnemonics copyrighted © Intel  
Corporation, 1980.  
addr11 – 11-bit destination address. Used  
by ACALL and AJMP. The branch will be  
within the same 2 KB page of program  
memory as the first byte of the following  
instruction.  
rel – Signed (two’s complement) 8-bit  
offset byte. Used by SJMP and all  
conditional jumps. Range is –128 to +127  
bytes relative to first byte of the following  
instruction.  
The following conventions are used in the  
instruction set summary:  
Rn – Register R7-R0 of the currently  
selected register bank.  
direct – 8-bit internal data location’s  
address. This can be DATA area (0x00 –  
0x7F) or SFR area (0x80 – 0xFF).  
@Ri – 8-bit internal data location, DATA  
area (0x00 – 0xFF) addressed indirectly  
through register R1or R0.  
bit – direct addressed bit in DATA area or  
SFR.  
The instructions that affect CPU flag settings  
located in PSW are listed in Table 29 on page  
49. Note that operations on the PSWregister or  
bits in PSWwill also affect the flag settings.  
#data  
instruction.  
8-bit constant included in  
#data16 – 16-bit constant included in  
instruction.  
addr16 – 16-bit destination address. Used  
by LCALL and LJMP. A branch can be  
anywhere within the 64 KB CODE memory  
space.  
CC2430 Data Sheet (rev. 2.1) SWRS036F  
Page 44 of 211