Open craigthomas opened 2 months ago
The --logic_quirks controls whether the F register is cleared after logic operations such as AND, OR, and XOR. By default, F is left undefined following these operations. With the logic_quirks flag turned on, F will always be cleared.
--logic_quirks
F
logic_quirks
The
--logic_quirks
controls whether the F register is cleared after logic operations such as AND, OR, and XOR. By default,F
is left undefined following these operations. With thelogic_quirks
flag turned on,F
will always be cleared.