Does anyone have any example code or have a good explanation of how to use the SIN operator? In the manual it says that SIN starts with a value in binary radians as opposed to normal degrees. I have done a few debug tests and have got quite weird results.

e.g
SIN 0 =0
SIN 255=65533
SIN 127=3

It says that the output is from -127 to 127 in two's compliment. Does that mean that -127 would be represented as 65408?

Regards,

Andy Peaple