gbdev / gb-opcodes

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

Fix "POP AF" flags #5

Closed weibell closed 4 years ago

weibell commented 4 years ago

The table lists flags "Z N H C" for opcode F1 ("POP AF"). This is incorrect, as none of the flags are affected by this instruction (which is also true for the other three POP instructions C1, D1 and E1).

avivace commented 4 years ago

Wrong. Check https://rednex.github.io/rgbds/gbz80.7.html#POP_AF