Chip8Java icon indicating copy to clipboard operation
Chip8Java copied to clipboard

Implement `logic_quirks`

Open craigthomas opened this issue 1 year ago • 0 comments

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.

craigthomas avatar Sep 02 '24 14:09 craigthomas