izik1 / gbops

The most accurate Game Boy opcode table
https://izik1.github.io/gbops/
MIT License
46 stars 3 forks source link

Instruction 0x28 should be JR Z, i8 and Instruction 0x30 should be JR NC, i8 #8

Closed Areeb-M closed 5 years ago

Areeb-M commented 5 years ago

It seems like the two Mnemonics were switched around. My source is page 113 of the Gameboy CPU Manual.

izik1 commented 5 years ago

Confirmed with my own source (one of my tested emulators)