> The Ubicom (formerly Scenix) SX52 has a Java VM available. It is not
> intended for other than very serious applications (the license is $25,000)
> but it does include source code and can be extended (some) to add Virtual
> Peripherals for additional hardware support. It executes byte codes from an
> external memory, so the Java program size can be quite substantial.
>
http://www.ubicom.com/java_vm.html
>
> Although cost is... stunning?... The idea behind this approach is quite
> exciting to me... You have a two chip solution that can
>
> A) do low level hardware type things VERY quickly (100MIPS) like A2D, RS232,
> mild DSP like DTMF IO, FSK IO, etc... keyboard debounce, Matrix display
> drive, and so on with only a few external passive components
>
> B) have butt loads of program space left over to do highlevel, complex
> functions at a slower rate.
>
> Hobbyists should look at XPL0 for a similar but open source solution.
> www.sxlist.com/techref/language/xpl0.htm
> This language allows development in a Pascal style syntax of byte code that
> will run on the following processors 6502, 8080, 6800, PDP-10, IBM-360, a
> homebrew machine, 65802, 680x0, PIC, SX, and the 80x86 family used by the
> PC. GUI support and win32 versions are also available.
>
> I have been AMAZED that the word about this beautiful little language has
> not spread like wildfire. It's really nice and worth a try.
>
> ---
> James Newton (PICList Admin #3)
>
RemoveMEjamesnewtonTakeThisOuT
piclist.com 1-619-652-0593
> PIC/PICList FAQ:
http://www.piclist.com or .org
>
>
>