Difference between revisions of "Routine"
Jump to navigation
Jump to search
(Created page with "= {CF} {{IE_CF}} = {{IE_CF_ex}} {{IE_CF_desc}} == Routine Address : Word == Address of the routine in raw hex to run/execute. Note: Because the current Event Compiler does...") |
(No difference)
|
Revision as of 21:45, 16 February 2014
{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)