Merge remote-tracking branch

'origin/GP-3889_ghidorahrex_6x09_clr_carry_clear' into patch
(Closes #5838)
This commit is contained in:
Ryan Kurtz 2024-02-08 13:08:45 -05:00
commit b09dcee3d7

View File

@ -504,6 +504,7 @@ macro clear(op)
op = 0;
$(Z) = 1;
$(N) = 0;
$(C) = 0;
}
macro addition(reg, op)