unsigned int *ExRamStart = (unsigned int *)0x100000;<br /><br /><br /><br /> *(ExRamStart + i) = 0xAAAA;<br /> if(*(ExRamStart + i) != 0xAAAA)
|