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

@ -54,4 +54,8 @@ int emu_run(int argc, char **argv) {
}
return 0;
}
void emu_cycles(int cpu_cycles) {
//TODO
}