Changes
Z80
,/* Registers */
* bit1 - NF - Negation Flag (last ALU op was subtract or compare)
* bit0 - CF - Carry Flag
|| Flags (including F5 and F3) are affected by most operations. That includes F5 and F3.
HF and NF are used in the DAA algorithm.
|-