CHecK register against bounds. Is often used in high level languages to check if variables are in range. The lowest 16 bits of a data register are compared with an effective address. If the result is less than 0 (if bit 15 is 1) or greater than the limit, the result will be a CHK-interrupt.