We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How was generated the C code? IWas it pre-processed some way? It would be useful to know it a bit.
The text was updated successfully, but these errors were encountered:
Is this "static recompiler" used to produce this available anywhere, or at least some hint as to go about making one of my own?
Sorry, something went wrong.
Okay, I finally uploaded my old static recompiler that was used to create this.
https://github.com/mist64/static6502
I then used LLVM to take the C code, optimize it and spit out C source again. Today, you would need llvm-cbe to do this part.
No branches or pull requests
How was generated the C code?
IWas it pre-processed some way?
It would be useful to know it a bit.
The text was updated successfully, but these errors were encountered: