Routine
(Redirected from Event Instruction CF)
Jump to navigation
Jump to search
{CF} Routine
Routine(rROUTINEA)
Runs/executes a routine at any address. r1 to r16 are automatically already freed and at your disposal.
Routine Address : Word
Address of the routine in raw hex to run/execute.
Note: Because the current Event Compiler does not support words, you have to type the address in reverse order.
For example, running the routine at 0x80150864 would be: Routine(r64081580)