You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suggest starting with disabling the jit, because that's a complex project by itself.
Breaking it down:
Add support for switching to long mode
Extend the instruction decoder generator (gen/generate_interpreter.js), note that some regular instructions (e.g. the brilliant single-byte inc esp instruction) become prefixes
I'm going to attempt to make x86_64, so how would people suggest I do this? Any useful resources?
The text was updated successfully, but these errors were encountered: