Modul-4-Sistem Mikroprosesor
Modul-4-Sistem Mikroprosesor
MIKROPROSESOR-3
OLEH :
Ir. BUDI HARIANTO
POLITEKNIK NEGERI MEDAN
8085 Pin description
PIN DIAGRAM 8085
SIGNAL GROUPS OF 8085
REGISTER MIKROPROSESOR 8085
Memory
Memory (Lanjutan)
INTERRUPTS
INTERRUPTS (Lanjutan)
INTERRUPTS (Lanjutan)
RESET SIGNALS
RESET SIGNALS (Lanjutan)
Serial communication Signal
READY: This signal Synchronizes the fast CPU and the slow
memory, peripherals.
If READY is low, the CPU will wait an integral number of clock cycle for
READY to go high before completing the read or write cycle.
Auxiliary carry - set if there was a carry out from bit 3 to bit 4 of the
result.
Parity - set if the parity (the number of set bits in the result) is even.
8-bit B and 8-bit C registers can be used as one 16-bit BC register pair. When
used as a pair the C register contains low-order byte. Some instructions may use
BC register as a data pointer.
8-bit D and 8-bit E registers can be used as one 16-bit DE register pair. When
used as a pair the E register contains low-order byte. Some instructions may use
DE register as a data pointer.
8-bit H and 8-bit L registers can be used as one 16-bit HL register pair. When
used as a pair the L register contains low-order byte. HL register usually contains
a data pointer used to reference memory addresses.