Coding
Quick question regarding switch statement with lots of cases.
Each frame in a gb emulator I am making, I’m calling a switch at the next opcode which calls some functions. The problem is that there are 256 different opcodes so there are 256 cases Read more…