# op\_offset\_high16

Convert operand to a high offset High offset is the upper 16bits of an offset. This type is used by PPC, MIPS, and other RISC processors. (for the explanations of 'ea' and 'n' please see [op\_bin](https://docs.hex-rays.com/9.0sp1/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/696)()) target - the full value (all 32bits) of the offset

success op\_offset\_high16(long ea, int n, long target);
