I have the following problem which i know should be straight forward but i just cannot see the solution:
i have two 16bit words which i need to combine to get a 32bit signed long.
ie -123456 is stored as FFFE hex (MSW) and 1DC0 hex (LSW).
how do i get from the Hex values to the long value? (Code please)
