i needed to join 2 unsigned char as in

Code:
unsigned  short temp =  0x3e + 0x20 ;
// I do not want to add them 
// resulting short should look like   0x3e20