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

How to explain the harvard architecture of ARM processor at instruction level?

It's said that most ARM processors are harvard architecture, which means that the instructon and data have physically separated memory space.

However , I just can't get the point. 

Could anyone give an explanation about these example instructions below. How instruction and Data is separated in these instructions?

ADD R0, R1, R2 @ R0 = R1 + R2 
LDR R0, [R1, R2] @ address pointed to by R1 + R2