SourMesen / Mesen-S

Mesen-S is a cross-platform (Windows & Linux) SNES emulator built in C++ and C#
GNU General Public License v3.0
414 stars 102 forks source link

GB debugger: jumps not assembling correctly #158

Open njosro opened 4 years ago

njosro commented 4 years ago

jump destinations resolve incorrectly (off by one byte) if you use labels in the assembler. It's the same for all jump types: JR or JP.