4#include <core/cpu/cpu.hpp>
void COP1()
Looks up and executes the appropriate coprocessor 1 instruction. (UNUSED)
void clock()
Clocks the CPU once.
CPU()
Construct a new CPU object.
void conf_mnemonic_lookup()
Configures the mnemonic lookup table. (for debugging)
void load_next_ins()
Load the next instruction into the instruction register.
void reset()
Resets the CPU to its initial state.
void conf_ins_lookup()
Configures the instruction lookup table.
void load_regs()
Loads the registers from the load queue.
void decode_and_execute()
Decodes and executes the instruction in the instruction register.
void COP3()
Looks up and executes the appropriate coprocessor 3 instruction. (UNUSED)