Bits 7 - 0 are the cache-read hit ratio (expressed as a percentage in a binary coded decimal format).

The following table describes cache-read hit rations.

┌──────────┬──────────────────────────────────────────────────┐
│Hex       │Percent                                           │
├──────────┼──────────────────────────────────────────────────┤
│00 - 99   │00% - 99%                                         │
├──────────┼──────────────────────────────────────────────────┤
│A0        │100%                                              │
└──────────┴──────────────────────────────────────────────────┘

The following table describes bits 15-8 cache statuses.

┌──────────┬──────────────────────────────────────────────────┐
│Bit       │Function                                          │
├──────────┼──────────────────────────────────────────────────┤
│15 - 12   │Reserved                                          │
├──────────┼──────────────────────────────────────────────────┤
│11        │Cache Enabled                                     │
├──────────┼──────────────────────────────────────────────────┤
│10        │Cache Retry Occurred                              │
├──────────┼──────────────────────────────────────────────────┤
│9         │Total Write Hit                                   │
├──────────┼──────────────────────────────────────────────────┤
│8         │Total Read Hit                                    │
└──────────┴──────────────────────────────────────────────────┘


[Back: Word 9 - Reserved]
[Next: Word B - Last SCB Address Processed - Low Word]