Z8F082AHH020SG2156 Zilog, Z8F082AHH020SG2156 Datasheet - Page 45

no-image

Z8F082AHH020SG2156

Manufacturer Part Number
Z8F082AHH020SG2156
Description
IC ENCORE XP MCU FLASH 8K
Manufacturer
Zilog
Series
Encore!® XP®r
Datasheet

Specifications of Z8F082AHH020SG2156

Core Processor
Z8
Core Size
8-Bit
Speed
20MHz
Connectivity
IrDA, UART/USART
Peripherals
Brown-out Detect/Reset, LED, LVD, POR, PWM, Temp Sensor, WDT
Number Of I /o
17
Program Memory Size
8KB (8K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 3.6 V
Data Converters
A/D 7x10b
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
20-SSOP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Other names
Q5278375
eZ8 CPU Instruction Set Summary
ASSEMBLY LANGUAGE PROGRAMMING INTRODUCTION
UM012811-0904
The eZ8 CPU assembly language enables writing to an application program without con-
cern about actual memory addresses or machine instruction formats. A program written in
assembly language is called a source program. Assembly language uses symbolic
addresses to identify memory locations. It also allows mnemonic codes (opcodes and
operands) to represent the instructions themselves. The opcodes identify the instruction
while the operands represent memory locations, registers, or immediate data values.
Each assembly language program consists of a series of symbolic commands, called state-
ments. Each statement contains labels, operations, operands and comments.
Labels are assigned to a particular instruction step in a source program. The label identi-
fies that step in the program as an entry point for use by other instructions.
The assembly language also includes assembler directives that supplement the machine
instruction. The assembler directives, or pseudo-ops, are not translated into a machine
instruction. The pseudo-ops are interpreted as directives that control or assist the assembly
process.
The assembler processes the source program to obtain a machine language program called
the object code. The eZ8 CPU executes the object code. An example segment of an assem-
bly language program is detailed in the following example.
Assembly Language Source Program Example
JP START
START:
LD R4, R7
LD 234H, #%01
; Everything after the semicolon is a comment.
; A label called “START”. The first instruction (
; example causes program execution to jump to the point within the
; program where the
; A Load (LD) instruction with two operands. The first operand,
; Working Register R4, is the destination. The second operand,
; Working Register R7, is the source. The contents of R7 are
; written into R4.
; Another Load (LD) instruction with two operands.
; The first operand, Extended Mode Register Address
; identifies the destination. The second operand, Immediate Data
START
label occurs.
eZ8 CPU Instruction Set Summary
JP START
234H
User Manual
) in this
eZ8 CPU
,
35

Related parts for Z8F082AHH020SG2156