I've tried both scenarios and can confirm first-hand that THEY WORK!

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Henk Jonas
Sent: Thursday, December 02, 2004 11:42 AM
To: Palm Developer Forum
Subject: Re: Running PNOlets > 64k

Sinisa Marovic (AC/EDD) wrote:

> Theoretical question:
> 
>    since it is possible to do long jumps running ARM code, I was
wondering
> if this is possible:
> 
>     Using prc tools it is possible to compile segments larger than 64
kb (I
> tried it, you can even build prc). The only problem is that such prc
will not
> run on your palm. But what if we put such compiled executable into an
.pdb or
> onto a memory card, load it with some 'loader' code into a heap, and
then run
> it from there? Would this be possible, or is ti complete nonsence?
> 
> 

I would suspect that you could a) put it on the memory card, allocate 
enough ram, copy it to the  main memory and run it, or b) split the 
large chunk into small ones (less then 64k), add them as single records 
to your prc, allocate enough ram on the device, concate the single 
records together in main memory and run it. Should work, or?

Regards
Henk

-- 
------------------------------------------------------------------------
-
   Henk Jonas
   Palm OS (r) certified developer

   [EMAIL PROTECTED]                                   www.metaviewsoft.de
------------------------------------------------------------------------
-

-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to