manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. SGS
  6. •
  7. Computer Hardware
  8. •
  9. SGS ATES Z80 Setup guide

SGS ATES Z80 Setup guide

Z80
rM
CPU - INSTRUCTION SET
This book on the instruction set of the Z80 CPU is not intended
exclusively as an application support for the device itself but forms
the second part of the instruction manual for SGS-ATES CLZ80
microcomputer, which is based on the Z80 microprocessor.
The paragraphs are therefore numbered accordingly.
[;07£: Execution time (E.T.) for each instruction
given in nicroseconds for an assuoed 4 HllZ clock.
P.lachine cycles (H) are indicated I/ith total clock
periods (T States). Also indicated are the nuober
States for each M cycle. For exanple:
is
Total
indicates that the instruction consists of 2 nachine
cycles. ihe first cycle contains 4 clock periods (T
States). The second cycle contains 3 clock periods for
a total of
7
clock periods or T States. The instruction
will execute in 1.75 microseconds.
Register format is shown for each instruction with the
most sicnificant bit to the left and the least
significant bit to the right.
Z 80 INSTRUCTION SET
TABLE OF CONTENTS
PAGE SECTION
-8 BIT LOAD GROUP.52.1
-16 BIT LOAD GROUP. 31 2.2
-EXCHANGE,BLOCK TRANSFER
AND SEARCH GROUP .55 2.3
-8 BIT ARITHMETIC AND LOGICAL GROUP 79 2.4
-GENERAL PURPOSE ARITHMETIC
AND CPU CONTROL GROUPS.111 2.5
- 16 BIT ARITHMETIC GROUP 127 2.6
~ROTATE AND SHIFT GROUP 145 2.7
- BIT SET,RESET AND TEST GROUP 185 2.8
-JUMP GROUP.203 2.9
- CALL AND RETURN GROUP 221 2.10
- INPUT AND OUTPUT GROUP 237 2.11
-FLAGS 261 2.12
-INDEX. 267
<:Juanlurn c cc
r
11'
SoJt
391262
Jr.ml.~
tOl.
LD
r, r'
The contents of any register r are loaded into any
other register r. Note: r,r' identifies any of the
registers A, B, C, D, E,
li,
or L, assembled as follows
in the object code:
A 111
B 000
COOl
DOlO
E 011
li 100
L 101
If the
li
register contains the number 8AH, and the E
register contains 10H, the instruction
LD
r,
I
a:o~r~< <
01
I,,: in::: 1
The eight-bit integer n is loaded into any register r,
where r identifies register A,
n,
C, D, E, H or L,
assembled as follows in the object code:
Registerr
A
111
B
000
C
001
D
010
E011
H
100
L
101
LD
(HLJ
r,
The eight-bit contents of memory location (HL) are
loaded into register r, where r identifies register A,
B, C, D, E, H or L, assembled as follo~ls in the object
code:
A 111
BODO
COOl
DOlO
E 011
H 100
L 101
If register pair HL contains the number 7SA1H, and
memory address 7SA1H contains the byte SOH, the
execution of
LD r,
(IX +dJ
1<<
0:
<
1:
<
0
>I
DD
Ia:<-~r~«ol
I., : >: : :,.1
The operand (IX+d) (the contents of the Index Register
IX summed with adisplacement integer d) is loaded into
register r, where r identifiesregisterA,B, C, D, E, H
or L, assembled asfollows in the objectcode:
Register r
A
III
B
000
C
001
D
010
E
011
H
100
L
101
Ifthe Index Register IXcontains the number25AFH,the
instruc tion
will cause thecalculationof the sum 25AFH
+
19H, which
points to memory location25C8H. If this address
contains byte 39H, the ins'truction will result in
register B also containing 39H.
LD
r,
(IY+dJ
I< < < < < < a:
1
I
FD
I
o>~r~< <
°1
I., : :< : : •. I
The operand (IY+d) (the contents of the Index Register
IY sUQQed with a displacement integer d) is loaded into
register r, where r identifies register A,
n,
C, D, E, H
or L, assembled as follows in the object code:
A III
B 000
COOl
DOlO
E all
H 100
L
=
101
If the Index Register IY contains thenumber
2SAFll,
the
instruction
will cause the calculationof thesum
2SAFll
+
19H, which
points to memorylocation 2SC8H. If this address
contains byte 39H, the instruction will result in
register B also containing 39H.
LD
CHLJ,
I
0 : 1 : 1 : 1 : 0 ~r
~I
The contents of register r are loaded into the menory
location specified by the contents of the
ilL
register
pair. The symbol r identifies register A, B, C, D, E,
il
or L, assembled as follows in the object code:
A 111
B 000
COOl
DOlO
E all
H 100
L 101
If the contents of register pair HL specifies memory
location 2146H, and the B register contains the byte
29H, after the execution of
LD
(IX +dJ,
11 > :
0
> > >:a: 1I
DD
IO»>:o:~r~1
I : :
< : : •.
I
The contents of register r are loaded into the memory
address specified by the contents of Index Register IX
summed with d, a two's complement displacement integer.
The symbol r identifies register A, B, C, D, E, H or L,
assembled as follows in the object code:
Register r
A
111
B000
C
001
D
010
E011
H
100
L
101
If the C register contains the byte lCH, and the Index
Register IX contains 3100H, then the instruction
will perform the sum 3100H
+
6H and will load lCH into
memory location 3106H.
LD
CIY
+
dJ,
11 >>>>>:a >I
FD
IO:«<o~r+-1
1< : :
< : : •.
I
The contents of register r are loaded into the memory
address specified bythe sum of the contents of the
Index Register IY and d, a two's complenent displacenent
integer. The symbol r is specified accordingto the
followingtable.
Register r
A
111
B000
C
001
D010
E
011
H
100
L
101
If the C register contains the byte 48H, and the Index
Register.IY contains 2AIIH, then the instruction
will perform the sum 2AIIH
+
4H, and will load 48H into
memory location 2A15.
LD
(HLJ,
I
0: 0 :
<<a: < <
0
I
36
I .• : In: : : 1
Integer n is loaded into the memory address specified by
the contents of the HL register pair.
will result in the memory location 4444H containing the
byte
281I.
LD
(IX +dJ,
11 > :
0
>>>:a >I
DO
I
0
:a > > :a > > :a I
36
1< : :< : : ;'1
1< : In: : : >1
The n operand is loaded into the memory address
specified by the sum of the contents of the Index
Register IXand the two's complement displacement
operand d.
If the Index Register IX contains the number 219AH the
instruc tion
would result in the byte SAH in the memory address
219FH.

Popular Computer Hardware manuals by other brands

Vertilon SIB164B-1018 user guide

Vertilon

Vertilon SIB164B-1018 user guide

LG CodePlus HCS6320 Series Installation & Setup Guide Warranty

LG

LG CodePlus HCS6320 Series Installation & Setup Guide Warranty

Watlow Electric ANAFAZE SYSTEM 32 Installation and operation manual

Watlow Electric

Watlow Electric ANAFAZE SYSTEM 32 Installation and operation manual

MicroBT WhatsMiner M30S Operation guide

MicroBT

MicroBT WhatsMiner M30S Operation guide

Alphacool Eisbaer LT 120 installation manual

Alphacool

Alphacool Eisbaer LT 120 installation manual

Nuvoton NAU88C22 user manual

Nuvoton

Nuvoton NAU88C22 user manual

EK-Quantum Momentum ROG Maximus XII Hero user guide

EK-Quantum

EK-Quantum Momentum ROG Maximus XII Hero user guide

Renesas R0E436640CFG20 user manual

Renesas

Renesas R0E436640CFG20 user manual

Microsemi Adaptec ASR-8405 Installation and user guide

Microsemi

Microsemi Adaptec ASR-8405 Installation and user guide

Panasonic AW-HHD100N operating instructions

Panasonic

Panasonic AW-HHD100N operating instructions

Martin Audio ENGINEER manual

Martin Audio

Martin Audio ENGINEER manual

ekwb EK-Pro CPU Water Block SP5 user guide

ekwb

ekwb EK-Pro CPU Water Block SP5 user guide

KR-sabers VERSO user manual

KR-sabers

KR-sabers VERSO user manual

FOLSOM ImagePro-HD Brochure & specs

FOLSOM

FOLSOM ImagePro-HD Brochure & specs

ST STR91 Series Application note

ST

ST STR91 Series Application note

Rane MM 42 Operator's manual

Rane

Rane MM 42 Operator's manual

BE QUIET! SHADOW ROCK LP manual

BE QUIET!

BE QUIET! SHADOW ROCK LP manual

Connect Tech Xtreme/104 Plus user manual

Connect Tech

Connect Tech Xtreme/104 Plus user manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.