Changes
Z80
,/* M-cycles and T-states */
* 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 clock cycle is inserted in M3 depending if cc is true or not.
<br>