Concept question for cache memory. Say you have a 16-word associative OR direct-mapped cache with a line size of 2 bytes, and the following code:
0: LDAC 4234
3: STAC 4235
0 and 3 represent memory locations. How would you represent the cache contents after executing the code? What are the data pairs here?