Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.97 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.97 KB

Java CPU Emulator (JaCEm)

main Issues Issues Closed

This is the 3rd incarnation of the Java CPU Emulator.

I had started that because I had long time ago an idea to make an emulator for 8085/6502 cpu working just as a learning experiment. In the meantime I have other design idea how to handle that.

This project is now the state of the design ideas.

Build

  • JDK17+
  • Maven 3.8.6+

Code coverage via:

mvn clean verify org.jacoco:jacoco-maven-plugin:report

Create Mutation coverage via:

mvn clean verify org.pitest:pitest-maven:mutationCoverage