und ich wollte es über die Bitoperatoren lösen

byte = 16 bit variable

low = byte & 0xFF00
high = byte & 0x00FF >>8