GETHIGH16 (v) |
Purpose | This function returns the upper 16-bits of a signed 32-bit integer variable v. This can be used to break the value of a signed 32-bit integer data or variable into two signed 16-bit values so that they can be saved to the EEPROM or to the 16-bit DM[n]. |
Examples | DM[1] = GetHIGH16(A) |
See Also | SETHIGH16 |