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

Re: Large executable file



On 1 Feb 2005 20:03:37 -0800, pererasanjaya@gmail.com wrote:

>Now that we have cc65+open source software, i am planning to compile
>few intresting programming languages for iie. So I would like to know
>whether it is possible to run a large executable file like 200KB.....
>or more.... on a iie.
>
>what are the limitations of 1MB ram card + Prodos in this case?

Currently cc65 programs can't take advantage at all of more than 64kB
ram.

Using my loader (available as cc65 user contribution) you can load
programs as large as 44,75 kB using memory as much as 45,75 kB.

>Regarding Contiki... will this OS support large executable files?

No. Application for Contiki can have about 15 kB available.

Oliver