[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Naked LUA
- From: Bogdan Marinescu <bogdan.marinescu@...>
- Date: Tue, 27 Jul 2010 14:30:47 +0300
On Tue, Jul 27, 2010 at 2:26 PM, Zomirp Cila <zomirp.cila@gmail.com> wrote:
> On 27-Jul-10 13:23, Bogdan Marinescu wrote:
>>>
>>> All of them :)
>>> As I said, I want light diagnostic tool. The interpreter and script will
>>> be
>>> loaded at runtime in RAM then executed.
>>>
>>
>> You want to load the _interpreter_ in RAM? You can forget about that,
>> no matter if you use Lua or not. You'll can't execute anything from
>> RAM on many 8-bit MCUs (PICs and AVRs, for example).
>>
>
> You can on PPC, ARM, TriCore...
>
Well, you did say "all of them" :) And I thought you were targetting
very small systems, because you want everything to fit in 16k.
Best,
Bogdan