Example 3

Operation: Turn on the high-order bit of a register.

Known:
  • The OR value: X'80'
  • The register: 1
OR 80. 1r l(1) pointer
Note: Specifying the pointer operand causes 80 to be treated as an immediate operand and not as an address.