Example 5

Operation: Insert a hexadecimal value into the high-order byte of a register.

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