Could someone with a gp2x and fenix 0.92a (or another one, but preferably 0.92a), run this code and post back the result? This would be very awesome.
The point of the test is to determine whether or not Fenix counteracts on the default alignment option on the arm cpu.
CODE
#ifdef COMPILER_VERSION
import "mod_say"
#endif
Type aap
byte b;
int i;
End
Private
aap a;
Begin
a.b = 0;
a.i = 5;
say(a.i);
End
Of course, if you know the answer, feel free to comment.
Thanks.
CODE
#ifdef COMPILER_VERSION
import "mod_say"
#endif
Type aap
byte b;
int i;
End
Private
aap a;
Begin
a.b = 0;
a.i = 5;
say(a.i);
End
Of course, if you know the answer, feel free to comment.
Thanks.
Last edited by a moderator: