vgbc/cpu
madmaurice 175a24c77d cpu/decoder - define opcode class with methods
Instead of doing the same bit operations on the opcode everywhere, and
possibly botching it in the process, we create a datatype which has
methods return often used values extracted from the opcode.
2023-08-30 18:27:53 +02:00
..
cpu.cpp cpu - Fix build errors 2023-08-30 00:01:45 +02:00
cpu.h cpu/decoder - define opcode class with methods 2023-08-30 18:27:53 +02:00
decoder.cpp cpu/decoder - define opcode class with methods 2023-08-30 18:27:53 +02:00