Computer Science Now

8080 Reset Instructions

Syntax:RST
Description:Reset 0
Code:C7
Format:Embedded
Action:Push (PC)
PC = 0
Flags:SZAPC
UUUUU

Syntax:RST4
Description:Reset 4
Code:CF
Format:Embedded
Action:Push (PC)
PC = 32
Flags:SZAPC
UUUUU

Syntax:RST1
Description:Reset 1
Code:D7
Format:Embedded
Action:Push (PC)
PC = 8
Flags:SZAPC
UUUUU

Syntax:RST5
Description:Reset 5
Code:DF
Format:Embedded
Action:Push (PC)
PC = 40
Flags:SZAPC
UUUUU

Syntax:RST2
Description:Reset 2
Code:E7
Format:Embedded
Action:Push (PC)
PC = 16
Flags:SZAPC
UUUUU

Syntax:RST6
Description:Reset 6
Code:EF
Format:Embedded
Action:Push (PC)
PC = 48
Flags:SZAPC
UUUUU

Syntax:RST3
Description:Reset 3
Code:F7
Format:Embedded
Action:Push (PC)
PC = 24
Flags:SZAPC
UUUUU

Syntax:RST7
Description:Reset 7
Code:FF
Format:Embedded
Action:Push (PC)
PC = 56
Flags:SZAPC
UUUUU

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