Open plattysoft opened 3 years ago
@plattysoft feel free to make pull requests to fix issues or add stuff you need.
I don't know enough assembly or the internals of the engine to be able to write that part, otherwise I would have gone for it straight away.
While we can read the clock and wait for it, the
TIME
value is just an integer and eventually overflows, which leads to undesirable situations once the program has run for long enough. It is much safer to reset the clock occasionally, for that we can have asys_set_ticks
or simply asys_reset_ticks
, which will be the equivalent tosys_set_ticks
(0).