3 lines
81 B
C
3 lines
81 B
C
|
#include "cpu.h"
|
||
|
|
||
|
int execute_instruction_on_cpu(CPU *cpu, uint32_t instruction);
|