At the moment you might have something like this:
Code: Select all
Structure Bytes Align 16
Byte1.a
Byte2.a
EndStructure
basically my problem would been solved if the "Align n" parameter of the Structure command also ensured that the first element is aligned. It'd be great to be able to align all variables, like "Protected myvar.i Align 16" as well, but at least if Structures have that ability with the first element i guess it would be sufficient?
Thankyou very much for your consideration