lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Jul 13, 2011 at 11:34:51AM -0300, Luiz Henrique de Figueiredo wrote:
> To answer the question in the subject, it is possible and even easy to
> *load* bytecode or source from external sources. Running them in a
> separate memory space probably requires a lot of work, but I haven't tried.

If your MCU has an MMU (and some of the more modern ones do, even things
with only a few kB of internal RAM), then it is a simple* matter of
paging data in when it is needed.

* For various values of simple.

B.