meganesu / generate-gb-opcodes

A helper project to dynamically generate the opcodes for each Game Boy CPU instruction mnemonic
https://meganesu.github.io/generate-gb-opcodes/
42 stars 9 forks source link

Instruction 0x36 has incorrect length #40

Closed JeremyRodencal closed 3 years ago

JeremyRodencal commented 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.

image

meganesu commented 3 years ago

Good catch, thanks!