HIGH_6_13 Operator

Syntax
  High Byte:  HIGH_6_13(<operand>)

  
Description

This operator returns the high byte of a 14-bit address of a memory location.

Example

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.