Implemented RSP microcode recompilation

This commit is contained in:
Mr-Wiseguy 2023-02-14 01:06:41 -05:00
parent 877524cf94
commit 217a30b032
10 changed files with 2424 additions and 39 deletions

View file

@ -960,6 +960,7 @@ bool process_instruction(const RecompPort::Context& context, const RecompPort::F
return false;
}
// TODO is this used?
if (emit_link_branch) {
fmt::print(output_file, " after_{}:\n", link_branch_index);
}