As I understood what Palm Computing was saying last Palmsource, the Nokia 
deal meant they'd be porting PalmOS to the StrongARM chip (to be fair I'm 
not sure what endian those are).  I think it also implied different screen 
size (not 160x160).

Of course, the Palm Computing folks (or others) might correct me...

At 11:29 AM 2/11/00 -0800, you wrote:
>Got that right but we are talking Motorola 68K machines here.  I doubt if 
>Palm is going to move off that instruction set in the
>near future.
>
>Steve
>
>Holger Klawitter wrote:
>
> > Aaron Ardiri wrote:
> > >   int c = 'ABCD';
> >
> > >   the same thing could be done as follows:
> > >
> > >     unsigned char *p;
> > >     int c;
> > >
> > >     p = &c;
> > >     *p++ = 'A';
> > >     *p++ = 'B';
> > >     *p++ = 'C';
> > >     *p++ = 'D';
> >
> > Note that this only holds for little endian machines. Your mileage
> > on intel machines will surely vary! :-)
> >
> > Regards,
> >         Holger Klawitter
> > --
> > Holger Klawitter                                     +49 (0)251 484 0637
> > [EMAIL PROTECTED]                             http://www.klawitter.de/
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe, 
> please see http://www.palm.com/devzone/mailinglists.html
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe, 
>please see http://www.palm.com/devzone/mailinglists.html



__________________________________________________

Do You Yahoo!?

Talk to your friends online with Yahoo! Messenger.

http://im.yahoo.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to