| Entry | |
|---|---|
| R0 | Time to call in centi-seconds |
| R1 | Pointer to address to call |
| R2 | Value of R12 to be called with |
| Exit | |
|---|---|
| R0 | Preserved |
| R1 | Preserved |
| R2 | Preserved |
The purpose of this call is to call a specified address every x cent-seconds.
Sets a CallBack routine to be triggered every time a specified delay has elapsed.
For more details on how this call functions, please see OS_AddCallBack.
To cancel the settings of this call, use OS_RemoveTickerEvent.