jvm65
A JVM library that provides a 6502 simulator.
State of Project
This project is a WIP and is available as a pre-release for evaluation only
Implementation
jvm65 is written in Kotlin but is interoperable with any JVM language.
Purpose
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.
Use Cases
- 6502 centric emulators
- Embedded systems simulation
- Academic studies
Code Coverage
Leverage in your project
Gradle Groovy
implementation 'io.johnnystarr:jvm65:0.1.8'
Gradle Kotlin
implementation("io.johnnystarr:jvm65:0.1.8")
Apache Maven
<dependency>
<groupId>io.johnnystarr</groupId>
<artifactId>jvm65</artifactId>
<version>0.1.8</version>
</dependency>
Maven Central
https://search.maven.org/artifact/io.johnnystarr/jvm65/0.1.8/jar