A JVM library that provides a 6502 simulator.
This project is a WIP and is available as a pre-release for evaluation only
jvm65 is written in Kotlin but is interoperable with any JVM language.
I have always loved the 6502 processor. Although there are plenty of simulators out there, I wanted to target the JVM for the sake of curiosity and learning.
- 6502 centric emulators
- Embedded systems simulation
- Academic studies
implementation 'io.johnnystarr:jvm65:0.1.8'
implementation("io.johnnystarr:jvm65:0.1.8")
<dependency>
<groupId>io.johnnystarr</groupId>
<artifactId>jvm65</artifactId>
<version>0.1.8</version>
</dependency>
https://search.maven.org/artifact/io.johnnystarr/jvm65/0.1.8/jar