Changes

Jump to: navigation, search

Z80

4 bytes removed, 14 March
/* Instruction Execution Sequence */
#M2 (3 t-states): Operand fetch 42 (the displacement byte) then increment PC
#M3 (5 t-states): Operand fetch &16 (the real opcode) then increment PC, while calculating the address IX+42
#M4 (4 t-states): Memory read at address IX+42 and then RL operation
#M5 (3 t-states): Memory write at address IX+42
13,173
edits