codesqueak / ScalaZ80

A Z80 CPU Core in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

A Z80 Processor

... in Scala !

This is a little practice project to see how easy it is to write a ‘bit twiddling’ type of application in Scala

Why ?

Short anaswer:

Why not ?

Long answer:

  • Curiosity
  • Using it as a ‘Scala’ playground - See what I can do in the language
  • I need practice in writing Scala and using the tooling
  • It’s a well bounded problem with a comprehensive test set
  • I have a Java version to compare with … and here is one I made earlier Java Z80

About

A Z80 CPU Core in Scala


Languages

Language:Scala 100.0%