Presentation 1
Presentation 1
Presentation 1
Address/Data bus:
AD7-AD0 (8088) or AD15-AD0 (8086).
Control bus:
RD
When asserted it indicates a read operation is happening.
READY
When READY is logic 0 the microprocessor inserts wait
states into the timing of the processor.
INTR
Used for peripherals to request a hardware interrupt.
TEST
This pin is tested by the WAIT instruction, if asserted WAIT
behaves as a NOP, otherwise the WAIT instruction waits for
TEST to become logic 0.
NMI
Similar to INTR except it cannot be masked.
Minimum Mode:
IO/M(8088)
Indicates if the processor is accessing a memory address or
an I/O port address.
WR
When asserted it indicates a write operation is happening.
INTA
Signal a response to an interrupt request.
ALE
Indicates that the address/data bus contains address
information.
DT/R
Data transmit/receive indicates that the data bus is transmitting
or receiving information.
Minimum Mode(cont):
DEN
S2,S1 and S0
These status bits indicate the function of the current bus cycle.
RO/GT1 and RO/GT0
POP Des
It pops the operand from top of stack to Des.
removes data from stack and place it into
target 16-bit register.
Example:
POP AX