Re: Euphoria on the ARM processor?
- Posted by darkborn Jun 16, 2009
- 1594 views
Hi, If the device is running Linux then I don't see any real problems with porting the interpreter or translator for it, except "does it have enough RAM?".
There are a few lines of x86 assembly code in the runtime library that deal with switching tasks/threads. But it's basically just some simple stack manipulations so they should be easy to translate to ARM assembly.
I already made a special version of the runtime library that would compile for devices with no OS at all, and used it to compile a Euphoria program for the Gameboy Advance (also ARM-based). The thread is here: http://openeuphoria.org/EUforum/index.cgi?module=forum&action=flat&id=101238
/Michael