notaz
Certified Guru
Ah, remember seeing something similar in gpSP.Exophase said:I have command line commands and debugger commands that break after X instructions.
Yeah it can already do some low quality x86 output, and it's less buggy than ARM, but I have no way to compare them. I'll have to come up with something like you suggest I guess, or else it's a dead end.Exophase said:I also recommend doing an x86 recompiler if at all possible. Then you synchronize the x86 recompiler to the interpreter and the ARM recompiler to the x86 recompiler. You'd get most of the bug fixing out of the way on the x86 side.
Last edited by a moderator: