Your concerns are valid.  That's why Michael noted a few days ago that it
seemed interesting that emulated 68K code could work better than natively
compiled ported code, if the source code contained approaches like yours.
Every effort is being made to make sure that the emulated code works
correctly, but recompiling your code subjects it to the whims of compiler
implementation dependencies.

-- Keith

-----Original Message-----
From: Max Bian [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 06, 2002 8:28 PM
To: Palm Developer Forum
Subject: RE: Palm and ARM (Was: PL/I for Palm ?)

My concern is some structs, for example,

struct Dummy {
Int8 a :4;
Int8 b :3;
Int8 c :1;
}

Does the endian order affect the bit order in the struct?  If so, some of my
bit operation code will have to be rewritten.

Max

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

Reply via email to