Changes

Z80

4 bytes added, 20 April
/* Block Diagrams */
[[File:Z80 Block Diagram.gif]]
The ALU uses two temporary registers that are not directly visible to the programmer. :* The Accumulator Temporary register (ACT) holds the accumulator value while an ALU operation is performed. This allows the accumulator to be updated with the new value without causing a race condition. * The second temporary register (TMP) holds the other argument for the ALU operation. The TMP register typically holds a value from memory or another register.
<br>
13,173
edits