[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Java on the Apple2 and C64
- Subject: Re: Java on the Apple2 and C64
- From: Eric <englere_geo@yahoo.com>
- Date: Thu, 09 Aug 2007 15:10:32 -0700
- Complaints-to: groups-abuse@google.com
- In-reply-to: <f9art1$8qo$1@online.de>
- Injection-info: j4g2000prf.googlegroups.com; posting-host=216.206.90.2; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0
- Newsgroups: comp.sys.apple2, comp.sys.cbm
- Organization: http://groups.google.com
- References: <f9art1$8qo$1@online.de>
- User-agent: G2/1.0
- Xref: g2news2.google.com comp.sys.apple2:2207 comp.sys.cbm:2931
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