com.laamella:mpu6502

A very simple in memory database

Лицензия

Лицензия

Группа

Группа

com.laamella
Идентификатор

Идентификатор

mpu6502
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.laamella:mpu6502
A very simple in memory database
Ссылка на сайт

Ссылка на сайт

https://github.com/laamella-gad/Mpu6502
Система контроля версий

Система контроля версий

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

Скачать mpu6502

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.1.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1