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

S3C4510B 参数 Datasheet PDF下载

S3C4510B图片预览
型号: S3C4510B
PDF下载: 下载PDF文件 查看货源
内容描述: 三星S3C4510B的16位/ 32位RISC微控制器是一款高性价比,高性能的基于以太网的系统微控制器解决方案。 [Samsungs S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontroller solution for Ethernet-based systems.]
分类和应用: 微控制器以太网
文件页数/大小: 422 页 / 2160 K
品牌: SAMSUNG [ SAMSUNG ]
 浏览型号S3C4510B的Datasheet PDF文件第51页浏览型号S3C4510B的Datasheet PDF文件第52页浏览型号S3C4510B的Datasheet PDF文件第53页浏览型号S3C4510B的Datasheet PDF文件第54页浏览型号S3C4510B的Datasheet PDF文件第56页浏览型号S3C4510B的Datasheet PDF文件第57页浏览型号S3C4510B的Datasheet PDF文件第58页浏览型号S3C4510B的Datasheet PDF文件第59页  
S3C4510B  
INSTRUCTION SET  
31  
5
4
0
Contents of Rm  
carry out  
0
0
0
0
0
Value of Operand 2  
Figure 3-7. Logical Shift Right  
The form of the shift field which might be expected to correspond to LSR #0 is used to encode LSR #32, which  
has a zero result with bit 31 of Rm as the carry output. Logical shift right zero is redundant as it is the same as  
logical shift left zero, so the assembler will convert LSR #0 (and ASR #0 and ROR #0) into LSL #0, and allow  
LSR #32 to be specified.  
An arithmetic shift right (ASR) is similar to logical shift right, except that the high bits are filled with bit 31 of Rm  
instead of zeros. This preserves the sign in 2's complement notation. For example, ASR #5 is shown in Figure 3-  
8.  
31 30  
5
4
0
Contents of Rm  
carry out  
Value of Operand 2  
Figure 3-8. Arithmetic Shift Right  
The form of the shift field which might be expected to give ASR #0 is used to encode ASR #32. Bit 31 of Rm is  
again used as the carry output, and each bit of operand 2 is also equal to bit 31 of Rm. The result is therefore all  
ones or all zeros, according to the value of bit 31 of Rm.  
3-13  
 复制成功!