Skip to content
mikeakohn edited this page Feb 22, 2014 · 1 revision

This is a program that converts Java byte-code to assembly language much like a JIT, but it's done before the code is executed. Currently we are supporting MSP430, dsPIC, and 6502/6510 with more CPU's to come.

For more info visit:

http://www.mikekohn.net/micro/java_grinder.php

Clone this wiki locally