Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timer module to allow waiting for a specifiable amount of time #60

Closed
fnuecke opened this issue Mar 14, 2017 · 0 comments
Closed

Timer module to allow waiting for a specifiable amount of time #60

fnuecke opened this issue Mar 14, 2017 · 0 comments

Comments

@fnuecke
Copy link
Member

fnuecke commented Mar 14, 2017

Reads values from all sides, sets the internal timer to the specified value. Once the timer has reached zero, a value will be made readable on all sides. So to wait for the timer one would just try to read from it. Interrupts obviously being possible by using an execution module with MOV ANY ?.

Using milliseconds would waste a lot of precision, as the timer would be bound to ticks... so it'll probably just use ticks with some made up in-character explanation like hardware limitations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant