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

Write functions for remaining 6502 instructions #20

Open
dragon540 opened this issue Feb 3, 2024 · 0 comments
Open

Write functions for remaining 6502 instructions #20

dragon540 opened this issue Feb 3, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dragon540
Copy link
Owner

The 6502 instruction set consists of several instructions each with several addressing modes. Some of the instructions, and several addressing modes of some instructions are not supported yet by the emulator.

Legal 6502 instructions can be found at https://www.masswerk.at/6502/6502_instruction_set.html

The instructions for the emulator are declared at src/processor.hpp and defined at src/processor.cpp

@dragon540 dragon540 added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant