At 14 Sep 2004 12:41:46 -0000,
anand_12 wrote:
[...]
> my doubt here is..as far as writing to the screen goes does this
> really matter?..i mean if its an 'int*' or a 'char*'.
what do you mean by "the screen"?
I'm assuming that the frame buffer you mention is memory mapped. If
so, yes, it matters because MicroBlaze does not support unaligned
access.
anyway if you wanna try, do something like attached code on both x86
and Microblaze to see how MicroBlaze handle unaligned access.
best,
--
yashi
Attachment:
unalign.c
Description: Binary data