High Byte: HIGH_6_13(<operand>)
This operator returns the high byte of a 14-bit address of a memory location.
Assume data1 is a word located at address $1010 in the memory.
LDA #HIGH_6_13(data1)
This instruction will load the value $40 in the accumulator.