I would like to know details about the alignment issues when passing
data between ARM and 68k .
I have a structure defined in ARM code
A
{
int k;
int j;
char temp[200];
}
Can I do the following in the ARM code:
{
A *a = new A();
68KFunction(a->temp);
delete a;
}
My question is can the 68KFunction access the char pointer passed to it
or will there be any alignment problems depending on the position of
temp array in the structure A.
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/