[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: Polymorph <polymorph69@hotmail.com>
- Date: Tue, 07 Aug 2007 16:46:29 -0700
- Complaints-to: groups-abuse@google.com
- In-reply-to: <f9art1$8qo$1@online.de>
- Injection-info: d30g2000prg.googlegroups.com; posting-host=202.20.20.129; 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:2145 comp.sys.cbm:2817
On Aug 8, 8:32 am, ol...@web.de (Oliver Schmidt) wrote:
> Hi,
>
> I successfully ported the NanoVM (www.harbaum.org/till/nanovm/) to the
> cc65 toolchain (www.cc65.org).
>
> It's a very minimalistic Java implementation written in portable C.
> The binary built with cc65 is only 16kB.
>
> The NanoVM source is available via anonymous CVS access at
> SourceForge.net (sourceforge.net/projects/nanovm/).
>
> To allow you easy access I created a zip file
> (www.jantzer-schmidt.de/nanovm-cc65.zip) containing:
>
> 1. The tool necessary to convert .class files into an .nvm file to be
> loaded by the NanoVM in case you want to create your own Java
> programs.
>
> 2. An Apple2 .dsk image file containing the NanoVM binary together
> with some samples. Type 'EXEC <TXT File> to run one of the sample Java
> programs.
>
> 3. A C64 .d64 image file containing the NanoVM binary together with
> some samples. Type 'RUN:REM <NVM File> to run one of the sample Java
> programs.
>
> The source of the sample Java programs can be viewed via CVS
> repository browsing
> (nanovm.cvs.sourceforge.net/nanovm/nanovm/java/examples/).
>
> Best, Oliver
Wow! Great work Oliver. I'm going to have a play with this
tonight. :-)
cheers,
-p