[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java on the Apple2 and C64



On Aug 7, 6:32 pm, ol...@web.de (Oliver Schmidt) wrote:
> Hi,
>
> I successfully ported the NanoVM (www.harbaum.org/till/nanovm/) to the
> cc65 toolchain (www.cc65.org).

Very nice! I translated some of the NanoVM docs to English in case
anyone is interested:

http://www.EricEngler.com/NanoVM.aspx

NanoVM was originally written to target the small Asuro robot where it
lives within a small AVR ATMega8 microcontroller. It is mostly written
in portable C, allowing people to port it to other platforms.

The Apple 2 is a giant platform for this small VM, so it should be
possible to write some cool programs with it.

And the cc65 small C compiler is also very cool, so the marriage of
these 2 platforms will give us a lot of new software to play with.

Eric