Hello,
I am new to this forum, I bought a DEMO9S08SH32 to various tests.
I have a problem with pointers in language C, for example:
int *p1;
(void) main(void)
{
----
*p1= 0;
----
}
The result to CodeWarrior is: *p1= 0x2e00 ?
I think normaly is: *p1= 0x0000 !
Thany you for your answer.
已解决! 转到解答。