Skip to content

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

Merged
merged 13 commits into from
Jun 22, 2025
Merged

Fix other tests of mos6502 #156

merged 13 commits into from
Jun 22, 2025

Conversation

antox01
Copy link
Contributor

@antox01 antox01 commented Jun 20, 2025

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.

@rexim
Copy link
Member

rexim commented Jun 22, 2025

@Miezekatze64 do you see any problems in here?

@Miezekatze64
Copy link
Contributor

Miezekatze64 commented Jun 22, 2025

Looks good for me!
I already implemented some of those opcodes before seeing this pull request and e.g. RefAutoVar, RefExternal and External can still be optimized a bit, but I think, I will just create a separate pull request for this.

Especially for the globals/externals I already have a working implementation. I'll open a pull request after this one is merged.

@rexim
Copy link
Member

rexim commented Jun 22, 2025

@Miezekatze64 @antox01 thank you so much for the contribution!

@rexim rexim merged commit a27f0cf into bext-lang:main Jun 22, 2025
1 check passed
Miezekatze64 added a commit to Miezekatze64/b that referenced this pull request Jun 22, 2025
Miezekatze64 added a commit to Miezekatze64/b that referenced this pull request Jun 22, 2025
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

Successfully merging this pull request may close these issues.

3 participants