Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Implement 2A03 CPU #1

Open
Amdrel opened this issue Aug 10, 2016 · 2 comments
Open

Implement 2A03 CPU #1

Amdrel opened this issue Aug 10, 2016 · 2 comments

Comments

@Amdrel
Copy link
Owner

Amdrel commented Aug 10, 2016

The 2A03 is a modified version of the 6502 processor. Documentation for implementing a 6502 should apply with the main difference being the 2A03's lack of binary-coded decimal mode.

This issue relies on some functionality from #2 and must be developed in tandem.

@Amdrel
Copy link
Owner Author

Amdrel commented Aug 21, 2016

Opcode mapper is complete as of 11c7def. Time to work on implementing them all.

@Amdrel
Copy link
Owner Author

Amdrel commented Aug 25, 2016

JMP, LDX, and STX are implemented using the helper methods as of 6124653. The rest of the development process should be quicker now.

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

No branches or pull requests

1 participant