Question d’entretien chez AMD

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

Réponse à la question d'entretien

Utilisateur anonyme

26 juin 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