Z8FMC160100KITG Zilog, Z8FMC160100KITG Datasheet - Page 285

KIT DEV FOR Z8 ENCORE Z8FMC16100

Z8FMC160100KITG

Manufacturer Part Number
Z8FMC160100KITG
Description
KIT DEV FOR Z8 ENCORE Z8FMC16100
Manufacturer
Zilog
Series
Z8 Encore! MC™r

Specifications of Z8FMC160100KITG

Main Purpose
Power Management, Motor Control
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
Z8FMC16100
Primary Attributes
3-Ph DC Motors
Secondary Attributes
Graphical User Interface
For Use With
269-4664 - KIT ACC OPTO-ISO USB SMART CABLE269-4661 - KIT ACC ETHERNET SMART CABLE269-4539 - KIT ACCESSORY USB SMART CABLE
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
269-4660
eZ8 CPU Instruction Set
PS024613-0910
Assembly Language Programming Introduction
This chapter describes how to use the eZ8 CPU.
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 can contain 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 detailed in the
code below:
Assembly Language Source Program Example
JP START
START:
LD R4, R7
; Everything after the semicolon is a comment.
; A label called START. The first instruction (JP
START) in this
; example causes program execution to jump to the
point within the
; program where the START label occurs.
; A Load (LD) instruction with two operands. The
first operand,
; Working Register R4, is the destination. The
second operand,
Z8FMC16100 Series Flash MCU
Product Specification
eZ8 CPU Instruction Set
273

Related parts for Z8FMC160100KITG