How microprocessor differentiate between memory and instruction?
Answers
Answered by
0
Data is either stored in Registers or Memory. Harvard Architecture has separate Instructions Memory and Data Memory and instruction is only fetched from instruction memory. In Von Neumann architecture, all the Instructions and Data is stored in a single memory. Memory store different segments in its address space.
Similar questions