#25926 - ProblemBaby - Tue Aug 31, 2004 8:32 pm
Iam trying to store some values in a C-struct.
This works fine
But this doesnt I got junk
The Variable in the struct is s32 I cant understand!
This works fine
Code: |
LDR r3, =myStruct STRH r0, [r3] |
But this doesnt I got junk
Code: |
LDR r3, =myStruct STR r0, [r3] |
The Variable in the struct is s32 I cant understand!