1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-06-25 11:29:29 +00:00
ksim65/README.md
Irmen de Jong 07ca2070e0 readme
2019-09-13 01:32:26 +02:00

816 B

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.