1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-06-09 11:29:30 +00:00
Kotlin 6502/65C02 microprocessor simulator
Go to file
Irmen de Jong b64c382968 descr
2019-09-14 15:55:35 +02:00
.idea initial 2019-09-11 02:17:59 +02:00
gradle/wrapper initial 2019-09-11 02:17:59 +02:00
src descr 2019-09-14 15:55:35 +02:00
.gitignore starting 65C02 2019-09-12 01:31:25 +02:00
.travis.yml trigger 2019-09-13 01:43:58 +02:00
build.gradle.kts tweak 2019-09-13 01:20:57 +02:00
gradle.properties tweak 2019-09-13 01:20:57 +02:00
gradlew initial 2019-09-11 02:17:59 +02:00
gradlew.bat initial 2019-09-11 02:17:59 +02:00
LICENSE tweak 2019-09-13 01:20:57 +02:00
README.md readme 2019-09-13 01:32:26 +02:00
settings.gradle.kts initial 2019-09-11 02:17:59 +02:00

saythanks Build Status

KSim65 - Kotlin 6502/65C02 microprocessor simulator

Written by Irmen de Jong (irmen@razorvine.net)

Software license: MIT, see file LICENSE

6502

This is a Kotlin library to simulate the 8-bit 6502 and 65C02 microprocessors of the early 80's.

The simulation is cycle precise, includes BCD mode, and all opcodes are implemented (including the 'illegal' opcodes of the 6502).

On my machine the library can simulate a 6502 running at up to ~100Mhz.