> But perhaps i can build a (almost) full ARM version.
> What are the limitations ? can i put multiple functions/classes 
> on an ARM code and call them within this ARM code ?
> 
> is there a limit with globals like in 68k app (64k max) ?

globals in ARM code are forbidden, unless you are using a 
compiler that can fix that for you - or, you do fiddling yourself.
if your looking at porting everything to ARM. its a big job.

> what if my ARM code is bigger than 64k ?
> what is the stack size ?

stack size is the same - with some careful hacking you can
make it any size you want :)

you might be fine keeping your program in 68k, and just do
the sound callbacks in ARM. ever wondered about Lemmings?
(www.ardiri.com/palm/lemmings) it is also a 68k program - 
and, the only ARM in it is for the midi/sfx playback (fidelity)

*g*

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]

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

Reply via email to