Okay, thank you I think I can see the padding can be also modified by the #pragma_align ? I have noticed the 0x00 when I have modified the value in it. I would like to ask what is the default value. Because I did not put the pragma into example above but still it was aligned somehow. I also can see the length in the .map file for uninitialized variable as you mentioned above and it is changing always only when the size is even when is the size of an array odd the value stays bigger by one filled by the 0x00 as mentioned. So can I assume that default alignment is two?
↧