
Originally Posted by
fnovau
Thanks for your answer Sayzer but the thread explains how to measure time elapsed between sentences in a program and what I 'm interested in is to know when programming with Basic how many cycles it takes for every statement I write.
-Francesc
Impossible to know uneless you measure every single statement or a block of.
How many different IF-THEN-ELSE combination exist?
How many different HSERIN combination exist?
How many different LCDOUT combination exist?
....
nobody can answer that. So you need to measure everything. Using a internal Timer or an i/o and a scope.
Now if you add some interupts in the chain... it's quite impossible to know uneless you sim every conditions... good luck!
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks