Microprocessors #1241
aaraujo666
started this conversation in
Ideas
Microprocessors
#1241
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How hard would it be to implement microprocessor components into the application? I'm thinking along the lines of 6502, Z80, 6809, 6803, 68000, etc.
I downloaded the source code, tried to implement a 6502 processor (just two instructions to see if it worked), but ran into an issue that when I "mvn package" I get failed tests in code that is not part of my implementation. Not sure if it is a toolset issue, or something else.
I attached my code to this discusssion, if you want to take a look se and see if I am on the right track, I will continue and submit a PR at some point. If you have any insight into my test failures, that would be appreciated as well.
cpu.zip
Beta Was this translation helpful? Give feedback.
All reactions