Open T045T opened 10 years ago
SUB and RSUB are currently identical SUB and RSUB calculate borrow but incorrectly - it should be 1 if there is no underflow in the subtraction
SKEQR Checks for equality with the instructions's third nibble, rather than r(nibble)
Also, sprite wrapping in Chip8 works like this:
Source (seems pretty in-depth!)
SUB and RSUB are currently identical SUB and RSUB calculate borrow but incorrectly - it should be 1 if there is no underflow in the subtraction
SKEQR Checks for equality with the instructions's third nibble, rather than r(nibble)