@HB()

Return high byte.

@hb(byte_string)

Remarks

The @hb(byte_string) directive returns the upper byte of a word address.

This directive applies to the DSP56800E processor, supported only for operands of this form:

  X:xxxx/X:xxxxx/#xxxx  
Example
  move.b X:@hb(byte_string), r0 ;loads first byte of 
  byte_string
See also

@LB()