mikeakohn / java_grinder

Compile Java byte-code to native CPU's.
https://www.mikekohn.net/micro/java_grinder.php
GNU General Public License v3.0
495 stars 42 forks source link

Does exist an example using TI 84 Plus? #30

Open jabrena opened 4 years ago

jabrena commented 4 years ago

Hi,

I would like to know if exist an Example using TI84 calculator

mikeakohn commented 4 years ago

There is a sample program in samples/ti84 .. I haven't touched it in a long time and since then there were fixes to Z80 (that affects Amstrad CPC support)... not sure how that affects the TI84 code.

If I remember right.. the sample program did what was expected in an emulator, but then crashed the calculator. Not sure what it would do now.

The API is also a bit minimal at this point... a lot of missing things.

jabrena commented 4 years ago

I will try to test this week, I will share my insights. Anyway, congratulations with the project, it is a pretty interesting field in JVM ecosystem.

Cheers

Juan Antonio

mikeakohn commented 4 years ago

I'd appreciate your feedback :). Would be fun to see it working.