Access to CNT register
tomcrawford
Posts: 1,126
in Propeller 2
I apparently have suffered drain bamage. I cannot find how to read the cnt register. If I say
Please help.
mov stime, cnt 'get pulse start timeit says "error symbol cnt is not constant".
Please help.
Comments
Guess it works out to be the same as with 32 bit CT register...
Same as it does now. The only change is the cnt is extended to 64 bits and you can read the high 32bits. Otherwise those top 32 bits are hidden/unused.