hi

EDIT: Gelöst, ein int in high und lowbyte zerlegen
Code:
   1 byte (wert & 0xff);
   2 byte (wert >> 8) & 0xff;
lg