Tagged Questions
1
vote
2answers
283 views
Aligned vs. Packed attributes
I am working on firmware for a 16-bit PIC and writing in C (Microchip C30 compiler). My device receives a long list of bytes from an external device, and then I am trying to copy those bytes into a ...
0
votes
2answers
1k views
structure alignment to port code to 64-bit
I have a 32-bit .NET assembly which PInvokes into the C layer. I want to port this assembly to 64-bit. I have read many documents related to porting to 64-bit, all of which seems to suggest that we ...