Skip to content

johnnystarr/jvm65

Repository files navigation

jvm65

Build Status GitHub Maintainability Rating Lines of Code codecov Maven Central javadoc jvm65-logo

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

coverage-report

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

The MOS 6502

jvm65-logo

About

A JVM targeted 6502 simulator written in Kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published