This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

von-neumann mapped ram

hi,,

how do i check whether my ram is neumann
memory ??

write a program which writes to program
memory and check ??

does whis program solve this question ..?

if not tell me a way to find whether my ram
is von neumann mapped ra, ???

thanks
pruthvi

Parents
  • There should essentially never be a need to check such things. It's part of the hardware design, which your software is supposed to know.

    You can't test such things, because you cannot know what will happen if you try to jump into code in what you incorrectly presumed is von-Neuman mapped RAM, but is actually non-existent or unused code memory.

Reply
  • There should essentially never be a need to check such things. It's part of the hardware design, which your software is supposed to know.

    You can't test such things, because you cannot know what will happen if you try to jump into code in what you incorrectly presumed is von-Neuman mapped RAM, but is actually non-existent or unused code memory.

Children