| Entry | |
|---|---|
| R0 | Delay in centi-seconds |
| R1 | Address to call |
| R2 | Value of R12 to call code with |
| Exit | |
|---|---|
| R0 | Preserved |
| R1 | Preserved |
| R2 | Preserved |
The purpose of this call is to call a specified memory address after a delay, in centi-seconds.
A routine called by this mechanism is called in SVC mode, must preserve ALL registers and return by MOV R15, R14.
To cancel the settings of this call, use OS_RemoveTickerEvent.