j2z80


A Translator of JVM byte code into Z80 instructions

Project has been moved to GitHub

A Maven plugin to translate JVM byte codes into Z80 instructions. It can be called as a pattern compiler. It is not a Java platform for Z80, it is just a translator from JVM bytecodes into Z80 machine code. It takes a JAR file and translates all found classes into a binary block of Z80 commands, without any GC support. Of course it is not full JVM implementation and it has a lot of restrictions but it allows to use Java tool-chain and IDEs for Z80 developments. It is not a JVM implementation, it generates static machine code and doesn't have any garbage collector, but you can create new objects of course and use all sugar of OOP.

http://www.igormaznitsa.com/projects/j2z80/j2z80scr1.jpg'>

Donation

Make some donation for the project please, of course if you like it and have possibility.

Project Information

The project was created on Mar 9, 2012.

Labels:
Java Maven Translation Z80