— indicates to the CPU that the addressed memory or I/O devices are
not ready for a data transfer;
— the CPU continues to enter a WAIT state as long as this signal is
active without refreshing the dynamic memory. Extended WAIT
periods can prevent the CPU from properly refreshing dynamic
memory.
INT — interrupt request;
— input, active in “0” logic level;
— interrupt request is generated by I/O devices. The CPU honors a
request at the end of the current instruction if the internal
software-controlled interrupt enable flip-flop (IFF) is enabled and
BUSRQ is not active. INT is normally wired-OR and requires an
external pull-up for these applications.
NMI — non-maskable interrupt;
— input, negative edge-triggered;
— NMI has a higher priority than INT. NMI is always recognized at the
end of the current instruction, independent of the status of the
interrupt enable flip-flop, and automatically forces the CPU to
restart at location 0066H.
RESET — CPU reset;
— input, active in “0” logic level;
— initializes the CPU as follows: it resets the interrupt enable flip-flop,
clears the PC and registers I and R, and sets the interrupt status to
Mode 0. During reset time, the address and data bus go to a
high-impedance state, and all control output signals go to the
inactive state; dynamic memory refresh signals are not
generated. Note that RESET must be active for a minimum of
three full clock cycles before the reset operation is complete.
BUSRQ — bus request;
— input, active in “0” logic level;
— bus request has a higher priority than NMI and is always recognized
at the end of the current machine cycle. BUSRQ forces the CPU
address bus, data bus, and control signals MREQ, IORQ, RD, and
WR to go to a high-impedance state so that other devices can
control these lines. BUSRQ is normally wired-OR and requires an
external pull-up for these applications. Extended BUSREQ periods
due to extensive DMA operations can prevent the CPU from
properly refreshing dynamic RAMs.
BUSACK — bus acknowledge;
— output, active in “0” logic level;
— indicates to the requesting device that the CPU address bus, data
bus, and control signals MREQ, IORQ, RD, and WR have entered
their high-impedance states. The external circuitry can now control
these lines;
— as long as it is active, dynamic memory refresh signals are not
generated.