Microprocessors #1241
aaraujo666
started this conversation in
Ideas
Microprocessors
#1241
Replies: 1 comment
-
|
Hi, I have just released a custom Digital Plugin that includes a cycle accurate 6502 simulation written in Java. While I do not indent to write simulations for other processors, maybe this plugin can be used as a starting step to simulate other CPUs or special chips that would be to complex to implement with Digital's logic elements. brgds, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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