* Interrupt Acknowledge: these are special machine cycles which are executed at the start of maskable interrupt handling
* Extra: many instructions contain extra clock cycles necessary for computations. In the official CPU documentation, these are sometimes identified as separate machine cycles, and sometimes just lumped together with other machine cycle types.
The CALL cc,nn instruction is an example where an extra cycle is inserted in M3 depending if cc is true or not.
<br>