08-16-2022, 09:42 PM
Hello to the zx basic community. I'm integrating the compiler into my own spectrum bot.
I created a sample sinewave graph
However I see the values jump around 90 deg, see video here
https://twitter.com/ZxSpectrumBot1/statu...twCv438ECA
I cannot find any reference in the doc , it is supposed to be sinclair compatible, but in sinclair basic it works ok
https://twitter.com/ZxSpectrumBot1/statu...twCv438ECA
thanks a lot
I created a sample sinewave graph
Code:
FOR x = 10 TO 245 STEP 2
PLOT x,100+SIN(2*x*PI/180)*50
NEXT x
However I see the values jump around 90 deg, see video here
https://twitter.com/ZxSpectrumBot1/statu...twCv438ECA
I cannot find any reference in the doc , it is supposed to be sinclair compatible, but in sinclair basic it works ok
https://twitter.com/ZxSpectrumBot1/statu...twCv438ECA
thanks a lot