8085 PART 2 Flashcards
List the Control and Status Signals
ALE
WR
RD
IO/M
S1 and S0
Describe ALE signal
-Address Latch Enable: This is a positive going pulse
generated every time the 8085 begins and operation (machine cycle); it indicates that the bits on AD7 − AD0 are address bits.
Describe RE signal
Read: This is a Read control signal (active low). This signal indicates that the selected I/O or memory device is to be read and data is available on the data bus.
Describe the WR signal
Write: This is a Write control signal (active low). This signal indicates that the data on the data bus are to be written into a selected memory or I/O
Describe the IO/M signal
This is a status signal used to differentiate between I/O and memory operations. When High-it is I/O operations. When low it indicates memory operations. This signal combines with WR and RD to generate memory and I/O operation.
Describe the S1 and S2 signals
These are status signals similar to IO/M can be used to identify different operations.
Draw a table showing the 8085 Machine Cycle Status and Control Signals
See page 41
Describe the Power Supply and Clock Frequency part of the 8085
VCC: +5V power supply
VSS: Ground reference
X1, X2 Crystal clock- 6 MHz
CLK(OUT): Clock output: This signal can be used as the system clock for other devices
List the Interrupts and externally initiated signals
INTR(input)
INTA (Output)
RST 7.5,RST 6.5, RST 5.5(Inputs)
TRAP Input (Input)
HOLD (Input)
Describe the INTR(input)
Interrupt request: this is used as a general purpose
interrupt
Describe the INTA (Output)
Interrupt acknowledge: This is used to
acknowledge interrupt
Describe the RST 7.5,RST 6.5, RST 5.5(Inputs)
Restart Interrupts: These are vectored interrupts that transfer the program control to specific locations. They have higher priorities than the INTR
interrupts. Among these three, the priority is 7.5,6.5,5.5
Describe the TRAP Input (Input)
This is a nonmaskable interrupt and has the
highest priority
Describe the HOLD (Input):
This signal indicates that a peripheral such as a
DMA (Direct Memory Access) controller is requesting the use of the address and data buses.
Describe the HLDA (Output)-
Hold Acknowledge: This signal acknowledge
the HOLD request.