Closed JeremyRodencal closed 3 years ago
First off, thanks for making such a nice instruction table for the gameboy! I've been working on an emulator and using this as my reference.
I found an instruction with an incorrect size in the table. Opcode 0x36 should be a 2 byte instruction, since it is using an 8bit immediate operand.
Good catch, thanks!
First off, thanks for making such a nice instruction table for the gameboy! I've been working on an emulator and using this as my reference.
I found an instruction with an incorrect size in the table. Opcode 0x36 should be a 2 byte instruction, since it is using an 8bit immediate operand.