gbdev / gb-opcodes

https://gbdev.io/gb-opcodes/optables/
Creative Commons Zero v1.0 Universal
24 stars 10 forks source link

Update Opcodes.json #2

Closed DaKnig closed 4 years ago

DaKnig commented 5 years ago

When you're comparing a with itself, subtracting from itself or xoring with itself, the final result is known. So the outcome of the flags is known too. I just changed "z" to "1" because that's the value it would hold after the operation.