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

Z8F041ASH020SC 参数 Datasheet PDF下载

Z8F041ASH020SC图片预览
型号: Z8F041ASH020SC
PDF下载: 下载PDF文件 查看货源
内容描述: Z8喝采XP -R 4K系列高性能8位微控制器 [Z8 Encore XP-R 4K Series High-Performance 8-Bit Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路光电二极管时钟
文件页数/大小: 276 页 / 3422 K
品牌: ZILOG [ ZILOG, INC. ]
 浏览型号Z8F041ASH020SC的Datasheet PDF文件第207页浏览型号Z8F041ASH020SC的Datasheet PDF文件第208页浏览型号Z8F041ASH020SC的Datasheet PDF文件第209页浏览型号Z8F041ASH020SC的Datasheet PDF文件第210页浏览型号Z8F041ASH020SC的Datasheet PDF文件第212页浏览型号Z8F041ASH020SC的Datasheet PDF文件第213页浏览型号Z8F041ASH020SC的Datasheet PDF文件第214页浏览型号Z8F041ASH020SC的Datasheet PDF文件第215页  
Z8 Encore! XP® 4K Series  
Product Specification  
192  
Assembly Language Syntax  
For proper instruction execution, eZ8 CPU assembly language syntax requires that the  
operands be written as ‘destination, source’. After assembly, the object code usually has  
the operands in the order ’source, destination’, but ordering is opcode-dependent. The fol-  
lowing instruction examples illustrate the format of some basic assembly instructions and  
the resulting object code produced by the assembler. This binary format must be followed  
by users that prefer manual program coding or intend to implement their own assembler.  
Example 1: If the contents of Registers 43H and 08H are added and the result is stored in  
43H, the assembly syntax and resulting object code is:  
Table 115. Assembly Language Syntax Example 1  
ADD  
04  
43H,  
08  
08H  
43  
(ADD dst, src)  
(OPC src, dst)  
Assembly Language Code  
Object Code  
Example 2: In general, when an instruction format requires an 8-bit register address, that  
address can specify any register location in the range 0–255 or, using Escaped Mode  
Addressing, a Working Register R0–R15. If the contents of Register 43H and Working  
Register R8 are added and the result is stored in 43H, the assembly syntax and resulting  
object code is:  
Table 116. Assembly Language Syntax Example 2  
ADD  
04  
43H,  
E8  
R8  
43  
(ADD dst, src)  
(OPC src, dst)  
Assembly Language Code  
Object Code  
See the device-specific Product Specification to determine the exact register file range  
available. The register file size varies, depending on the device type.  
eZ8 CPU Instruction Notation  
In the eZ8 CPU Instruction Summary and Description sections, the operands, condition  
codes, status flags, and address modes are represented by a notational shorthand that is  
described in Table 117.  
PS022815-0206  
eZ8 CPU Instruction Set