Re: check if memory is accessible



rakesh uv wrote:

Hi,
Does there exist an assembly instruction to check if a
particular memory is accessible

Best Regards,
Rakesh UV

Yes, two are required.

Write a 0x00 to the memory location, then
Read it back and see if it is 0x00.

You can also Write/Read other values to the location as see if you
get the same value to read back.

By the way, which assembly instructions are you trying to use ??

donald
.



Relevant Pages