I only learned the equation
- all access = instruction access + data access
- read = instruction access + load
- write = instruction access + store
I think that I'm not fully understand the difference between 'instruction access' and 'data access' The most curious thing is that why 'read' include 'instrution access'. Could anybody explain this??? :'-(