INMC 80 News |
May–September 1981 · Issue 4 |
Page 29 of 71 |
---|
Used for the Z80 maskable interrupt. For full details see the book “Z80 family program interrupt structure” available from Zilog.
Used to insert wait states into Z80 machine cycles. Expansion cards that require wait states should provide them.
Used to control the refreshing of dynamic RAM. It should be noted that a refresh cycle is a memory cycle and designers should take appropriate steps. The I register contents will appear as the top eight bits on the address bus during a refresh cycle.
Z80 /M1 used to indicate an opcode fetch, also used (in conjunction with /IORQ) to indicate an interrupt acknowledge cycle.
Used to indicate a Z80 I/O cycle. The port address will be on the bottom eight address lines (A0 to A7). The top eight will have the contents of the A register on them. If /IORQ is asserted with /M1 it indicates an interrupt acknowledge cycle and the Z80 will expect to receive an interrupt vector.
Used to indicate a Z80 memory cycle.
Used to indicate a Z80 write cycle, asserted in conjunction with /IORQ or /MREQ.
Used to indicate a Z80 read cycle, asserted in conjunction with /IORQ or /MREQ. It should be noted that /RD is not asserted during an interrupt acknowledge.
Z80 address lines, should be tristated during a /BUSAK.
Optional implementation for extended addressing, should be tristated during a /BUSAK.
An additional ground line to reduce system noise. Must be implemented on both the mother board and on expansion boards.
Z80 data lines, should be tristated during /BUSAK.
This line is reserved for allocation at a later date. Please do not use.
Interrupt request lines, used to generate interrupt vectors from devices that are not capable of generating their own interrupts. These lines would be monitored by an interrupt controller which would be capable of generating interrupt vectors, the controller must be capable of being programed with the sense of a particular line (i.e. whether its active high or active low) and the vector. A device unable to
Page 29 of 71 |
---|