24 MCAPI uint64 allocateInstruction();
26 MCAPI
void insertJumpWithMaddAtIndex(
27 uint64 instructionIndexToPutThisInstruction,
28 uint64 instructionToJumpTo,
33 MCAPI uint64 numInstructions()
const;
35 MCAPI
void popForEachScope(uint64 instructionIndex);
37 MCAPI
void popLoopScope(uint64 instructionIndex);
39 MCAPI
void pushLoopScope(
40 uint64 loopScopeInitializationInstructionIndex,
41 uint64 loopRepeatLogicInstructionIndex,
42 uint64 loopCleanupInstructionIndex,
43 uint64 nextStatementIndex
46 MCAPI
void pushReturnValue();
48 MCAPI
void pushValue(
float value);
50 MCAPI
void setReturnValue(
float value);