Routine
Revision as of 05:05, 23 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction CF to Routine)
{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)