
Zilog Z80 Pinout
For reference purposes, here is the pinout for the Zilog Z80 CPU.
Yellow
A0
toA15
= Address bus
Blue
D0
toD7
= Data bus
Pink
CLK
= Clock signal
Red & Black
VCC
= +5vGND
= Ground
Purple
RFSH
= outputs a signal to allow for memory to be refreshedM1
= Z80 is fetching next instruction from memoryRESET
= used to reset the Z80BUSRQ
= Bus Request (used by external devices to request controlWAIT
= makes the the Z80 wait during a read or write operationBUSACK
= Bus Acknowledge – signals when Z80 is ready to hand over controlWR
= signals a memory or I/O write operationRD
= signals a memory or I/O read operationINT
= hardware interrupt occurredNMI
= Non Maskable Interrupt (higher priority than theINT
)HALT
= Z80 is in a halted stateMREQ
= Z80 wants to access memoryIORQ
= Z80 wants to access an I/O port