AMD interview question

How would you verify a write-back 4-way set associative cache using assembly language programming.

Interview Answer

Anonymous

Jun 26, 2012

Check for eviction, perform 5 stores in the same set from different memory addresses, see if the 5th store is a hit/miss.

3