Computer Science Now

8080 And Instructions

Syntax:ANAB
Description:And register B
Code:A0
Format:Embedded
Action:A = A && B
Flags:SZAPC
SZ0P0

Syntax:ANAC
Description:And register C
Code:A1
Format:Embedded
Action:A = A && C
Flags:SZAPC
SZ0P0

Syntax:ANAD
Description:And register D
Code:A2
Format:Embedded
Action:A = A && D
Flags:SZAPC
SZ0P0

Syntax:ANAE
Description:And register E
Code:A3
Format:Embedded
Action:A = A && E
Flags:SZAPC
SZ0P0

Syntax:ANAH
Description:And register H
Code:A4
Format:Embedded
Action:A = A && H
Flags:SZAPC
SZ0P0

Syntax:ANAL
Description:And register L
Code:A5
Format:Embedded
Action:A = A && L
Flags:SZAPC
SZ0P0

Syntax:ANAM
Description:And memory
Code:A6
Format:Embedded
Action:A = A && (HL)
Flags:SZAPC
SZ0P0

Syntax:ANAA
Description:And register A
Code:A7
Format:Embedded
Action:A = A && A
Flags:SZAPC
SZ0P0

Syntax:ANIImm
Description:And immediate
Code:E6
Format:Immediate
Action:A = A && I
Flags:SZAPC
SZ0P0

Computer Science Now Home Computer Science Now Home
CPU Reference Index CPU Reference Index
8080 Index 8080 Index
E-Mail
copyright 2000-2005, j.h.young, revised 3/9/05