Hello!
I found "weekend bug" , when I wrote couple of kilobytes long code. I writing in CSS4 and my uP is MSPf2242. Here is question:
char x = 55, long z
= undefined
If I multiplicate z = x * 1000000 ; The uP answer is z = 55000000
but If I multiplicate z = x * 100000 ; The uP answer is z = 25712
Other part of code works fine, this is just result of algorithm. Also result of multiplication x with 1, 10, 100, 1000 works fine.
So where is my god now?:)