Uint16 i;
Uint16 *addr;
for(i=0x80; i<0xff; i++)
{
addr = (unsigned int *)i;
*addr=0;
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Uint16 i;
Uint16 *addr;
for(i=0x80; i<0xff; i++)
{
addr = (unsigned int *)i;
*addr=0;
}