Changes
Z80
,/* Internal state */
Normally, you never see the content of this register. But it leaks the info through in case of the SCF/CCF instructions. [https://worldofspectrum.org/forums/discussion/41704 Source]
Emulating Q is not necessary. Only a 1-bit F-changed flag is needed to emulate the behaviour of SCF/CCF.[https://github.com/hoglet67/Z80Decoder/wiki/Undocumented-Flags#scfccf Source]
|-
| IR (Instruction Register) || 8-bit || Holds the opcode of the currently executing instruction || Internally used, not accessible by the programmer