1 #ifndef INTERPRETER_GENERICOPCODES_H_INCLUDED
2 #define INTERPRETER_GENERICOPCODES_H_INCLUDED
15 runtime.
push (static_cast<Type_Integer> (arg0));
27 runtime[0].mFloat = floatValue;
39 runtime[0].mInteger = integerValue;
51 runtime[0].mInteger = data;
63 runtime[0].mFloat = data;
75 runtime[1].mFloat = floatValue;
87 runtime[1].mInteger = integerValue;
Definition: genericopcodes.hpp:43
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:35
void push(const Data &data)
push data on stack
Definition: runtime.cpp:75
Runtime data and engine interface.
Definition: runtime.hpp:15
opcode for 0 arguments
Definition: opcodes.hpp:9
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:47
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:59
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:23
virtual void execute(Runtime &runtime, unsigned int arg0)
Definition: genericopcodes.hpp:13
Definition: genericopcodes.hpp:19
Definition: genericopcodes.hpp:79
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:71
Definition: genericopcodes.hpp:9
float Type_Float
Definition: types.hpp:16
virtual void execute(Runtime &runtime)
Definition: genericopcodes.hpp:83
opcode for 1 argument
Definition: opcodes.hpp:19
Definition: genericopcodes.hpp:67
Definition: genericopcodes.hpp:55
Definition: genericopcodes.hpp:31