Hey everybody,
Well i created my first emulator. Currently, it only interprets. Ive learned first hand the obvious - its slow. So my solution is to make it dynamically recompile the code. Problem is i dont know where to start with dynamic recompiling. If anyone could give some extremely basic code examples of a link it would be great. Thanks :D
> Problem is i dont know where to start with dynamic recompiling.
> If anyone could give some extremely basic code examples of a link it would be great.
Here is a toy example of dynamic recompiling with C++: