Chip8Java
Chip8Java copied to clipboard
Implement `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 the logic_quirks flag turned on, F will always be cleared.