-
Notifications
You must be signed in to change notification settings - Fork 92
Fix other tests of mos6502 #156
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
Conversation
Binop::UnaryNot, Binop::LessEqual and Binop:BitOr were implemented. Also needed to finish the implementation of the global variables, which is still buggy for some reason.
@Miezekatze64 do you see any problems in here? |
Looks good for me! Especially for the globals/externals I already have a working implementation. I'll open a pull request after this one is merged. |
@Miezekatze64 @antox01 thank you so much for the contribution! |
Implemented other instructions to fix more 6502 tests.
Some of the functions where implemented in
libb/6502.b
and because of that I was able to implement functions like printf but still got some basic Op not completely implemented.Some of them not work completely well for some reasons, like the usage of globals.
We can keep it open until I, or someone else, doesn't fix them.