Z8F0431SJ020SG Zilog, Z8F0431SJ020SG Datasheet - Page 165

IC ENCORE XP MCU FLASH 4K 28SOIC

Z8F0431SJ020SG

Manufacturer Part Number
Z8F0431SJ020SG
Description
IC ENCORE XP MCU FLASH 4K 28SOIC
Manufacturer
Zilog
Series
Encore!®r
Datasheets

Specifications of Z8F0431SJ020SG

Core Processor
Z8
Core Size
8-Bit
Speed
20MHz
Peripherals
Brown-out Detect/Reset, LED, POR, PWM, WDT
Number Of I /o
25
Program Memory Size
4KB (4K x 8)
Program Memory Type
FLASH
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 3.6 V
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
28-SOIC (7.5mm Width)
For Use With
770-1002 - ISP 4PORT ZILOG Z8 ENCORE! MCU
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Connectivity
-
Other names
269-4627-5

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
Z8F0431SJ020SG
Manufacturer:
Zilog
Quantity:
784
Assembly Language Programming Introduction
PS025111-1207
eZ8 CPU Instruction Set
The eZ8 CPU assembly language provides a means for writing an application program
without concern for actual memory addresses or machine instruction formats. A program
written in assembly language is called a source program. Assembly language allows the
use of 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
statements. Each statement contains labels, operations, operands and comments.
Labels can be assigned to a particular instruction step in a source program. The label
identifies 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. Rather, the pseudo-ops are interpreted as directives that control or assist the
assembly process.
The source program is processed (assembled) by the assembler to obtain a machine
language program called the object code. The object code is executed by the eZ8 CPU. An
example segment of an assembly language program is given 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.
; value
; A Load (LD) instruction with two operands. The first operand,
; Another Load (LD) instruction with two operands.
; A label called “START”. The first instruction (
; example causes program execution to jump to the point within the
; Working register R4, is the destination. The second operand,
; Working register R7, is the source. The contents of R7 is
; The first operand, extended mode register Address
; register at address
; program where the
; identifies the destination. The second operand, immediate data
; written into R4.
01H
, is the source. The value
234H
START
.
label occurs.
01H
Z8 Encore!
is written into the
Product Specification
eZ8 CPU Instruction Set
JP START
®
234H
F0830 Series
,
) in this
155

Related parts for Z8F0431SJ020SG