Hello Piclisters ! There are some task of convertation . Some algorithm should convert binary(byte) to semi_float(byte) Examples: (all numbers below are binary) Input Output ------------------------ 00010110 10100001 ---- ----<<<< 01101011 11010011 ---- ----<<<< 00000101 01010000 ---- ----<<<< 10110111 10111000 ---- ----<<<< Did someone know way of convertation different from cyclic shifting & counting ? The shorter(clocks and words) algorithm mean better way of convertation