Changes

ASIC

7 bytes added, Saturday at 01:22
/* Vectored Interrupt */
== Vectored Interrupt ==
The ASIC always provides an interrupt vector on interrupt request.
The register IVR (at address 6805h) supplies the top 5 bits of the vector provided to the CPU. IVR is undefined at reset except that bit0 will be set to 1. Therefore, before placing the CPU in vectored interrupt mode, always set up the IVR so that the top 5 bits are defined.
5,999
edits