I don't know the answer to your question offhand.
But I know an easy way for you to find out the answer yourself.

Try it each way, in a loop of 40,000 iterations or so, and time it.
Whichever one is faster ... is faster!  :-)

That's the surest way to obtain an answer and have high confidence in it.


"Dan Patrutiu" <[EMAIL PROTECTED]> wrote in message
news:109774@palm-dev-forum...
> ...
>
>     Word1=GetDataWord();
>     Word2=GetDataWord();
>
>     int PACK=GetDataInt();
>     Word1=(WORD)PACK>>16;
>     Word2=(WORD)PACK;
>
>     So my question put short is: which kind of data access is faster?



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

Reply via email to