Initial cpu and instruction parsing

This commit is contained in:
2025-01-30 16:27:27 -07:00
parent 945b82a3ca
commit cd588671c4
12 changed files with 303 additions and 11 deletions

View File

@ -9,4 +9,6 @@ typedef struct {
} emu_context;
int emu_run(int, char**);
emu_context *emu_get_context();
emu_context *emu_get_context();
void emu_cycles(int cpu_cycles);