Zilog Z08470 Bedienungsanleitung Seite 158

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 326
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 157
Z80 Instruction Set UM008007-0715
146
Z80 CPU
User Manual
ADD A, (HL)
Operation
A A + (HL)
Op Code
ADD
Operands
A, (HL)
Description
The byte at the memory address specified by the contents of the HL register pair is added
to the contents of the Accumulator, and the result is stored in the Accumulator.
Condition Bits Affected
S is set if result is negative; otherwise, it is reset.
Z is set if result is 0; otherwise, it is reset.
H is set if carry from bit 3; otherwise, it is reset.
P/V is set if overflow; otherwise, it is reset.
N is reset.
C is set if carry from bit 7; otherwise, it is reset.
Example
If the Accumulator contains A0h, register pair HL contains 2323h, and memory location
2323h contains byte 08h, then upon the execution of an ADD A, (HL) instruction, the
Accumulator contains
A8h.
M Cycles T States 4 MHz E.T.
2 7 (4, 3) 1.75
10 0 10100
86
Seitenansicht 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 325 326

Kommentare zu diesen Handbüchern

Keine Kommentare