#include "cpu.h" #include void Run(r16_int entry) { r16_int instruction, arg1, arg2; SetRegister(PC, entry); while (true) { } }