com.laamella:mpu6502

A very simple in memory database

License

License

GroupId

GroupId

com.laamella
ArtifactId

ArtifactId

mpu6502
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.laamella:mpu6502
A very simple in memory database
Project URL

Project URL

https://github.com/laamella-gad/Mpu6502
Source Code Management

Source Code Management

https://github.com/laamella-gad/Mpu6502.git

Download mpu6502

How to add to project

<!-- https://jarcasting.com/artifacts/com.laamella/mpu6502/ -->
<dependency>
    <groupId>com.laamella</groupId>
    <artifactId>mpu6502</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.laamella/mpu6502/
implementation 'com.laamella:mpu6502:0.1'
// https://jarcasting.com/artifacts/com.laamella/mpu6502/
implementation ("com.laamella:mpu6502:0.1")
'com.laamella:mpu6502:jar:0.1'
<dependency org="com.laamella" name="mpu6502" rev="0.1">
  <artifact name="mpu6502" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laamella', module='mpu6502', version='0.1')
)
libraryDependencies += "com.laamella" % "mpu6502" % "0.1"
[com.laamella/mpu6502 "0.1"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0

Project Modules

There are no modules declared in this project.

Mpu6502

A 6502 CPU/MPU emulator in a small Java library. Ported from sid.c in siddump.

  • Mpu6502 is the main class. You can call "tick" on it to make it execute the next instruction. This is fetched from the Bus, with OnlyMemoryBus as a simple implementation. Pretty much everything is public and free to mess with. It was thoroughly tested with this 6502 test suite.
  • Mpu6502Specifications contains a reusable collection of technical data.
  • Assembler is a quick and dirty little assembler that doesn't do much yet. Check out AssemblerTest to see how it's used.
  • Disassembler is not much yet.
  • Monitor is also not much yet. It wraps an Mpu6502 so you can play around with it.
com.laamella

Laamella Gad

Versions

Version
0.1