4.8.2.5.1 Data Match Example

Byte matching example

  • Location = 0x200008D4

  • Value = 0x0000CCAA

  • Mask = Byte

The program breaks when Location0x200008D4 has any of the following values:

  • 0xXXXXXXAA

  • 0xXXXXAAXX

  • 0xXXAAXXXX

  • 0xAAXXXXXX

HalfWord matching example

  • Location = 0x200008D4

  • Value = 0x0000CCAA

  • Mask = HalfWord

The program breaks when Location0x200008D4 has any of the following values:

  • 0xXXXXCCAA

  • 0xXXCCAAXX

  • 0xCCAAXXXX

Word matching example

  • Location = 0x200008D4

  • Value = 0x0000CCAA

  • Mask = Word

The program breaks when Location 0x200008D4 has the following value:

  • 0x00000CCAA