Skip to content
New issue

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 code? #6

Open
daitangio opened this issue Jan 2, 2020 · 2 comments
Open

How was generated the code? #6

daitangio opened this issue Jan 2, 2020 · 2 comments

Comments

@daitangio
Copy link

How was generated the C code?
IWas it pre-processed some way?
It would be useful to know it a bit.

@jduerstock
Copy link

Is this "static recompiler" used to produce this available anywhere, or at least some hint as to go about making one of my own?

@mist64
Copy link
Owner

mist64 commented Mar 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants