8085 PART 2 Flashcards

1
Q

List the Control and Status Signals

A

ALE
WR
RD
IO/M
S1 and S0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe ALE signal

A

-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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe RE signal

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the WR signal

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the IO/M signal

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the S1 and S2 signals

A

These are status signals similar to IO/M can be used to identify different operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Draw a table showing the 8085 Machine Cycle Status and Control Signals

A

See page 41

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe the Power Supply and Clock Frequency part of the 8085

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

List the Interrupts and externally initiated signals

A

INTR(input)
INTA (Output)
RST 7.5,RST 6.5, RST 5.5(Inputs)
TRAP Input (Input)
HOLD (Input)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe the INTR(input)

A

Interrupt request: this is used as a general purpose
interrupt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe the INTA (Output)

A

Interrupt acknowledge: This is used to
acknowledge interrupt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the RST 7.5,RST 6.5, RST 5.5(Inputs)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the TRAP Input (Input)

A

This is a nonmaskable interrupt and has the
highest priority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the HOLD (Input):

A

This signal indicates that a peripheral such as a
DMA (Direct Memory Access) controller is requesting the use of the address and data buses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe the HLDA (Output)-

A

Hold Acknowledge: This signal acknowledge
the HOLD request.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe the Ready (Input):

A

This signal is used to delay the microprocessor
READ and WRITE cycles until a slow responding peripheral is ready to send or accept data. When this signal goes low, the microprocessor waits for a number of clock cycles until it goes high.

17
Q

Describe RESETIN:

A

When the signal on this pin goes low, the program
counter is set to zero and the MPU is reset.

18
Q

Describe RESETOUT:

A

This signal indicates that the MPU is being reset