Hi
how can I access the contents of a memoy location say at address 0x3FF in C?
I tried this but didn't work
unsigned int *wVal = 0x3FF;
x = *wVal;
Thanks
ivan
how can I access the contents of a memoy location say at address 0x3FF in C?
I tried this but didn't work
unsigned int *wVal = 0x3FF;
x = *wVal;
Thanks
ivan
Comment