1 #ifndef INTERPRETER_INTERPRETER_H_INCLUDED
2 #define INTERPRETER_INTERPRETER_H_INCLUDED
34 void abortUnknownCode (
int segment,
int opcode);
std::map< int, Opcode2 * > mSegment4
Definition: interpreter.hpp:25
std::stack< Runtime > mCallstack
Definition: interpreter.hpp:18
std::map< int, Opcode0 * > mSegment5
Definition: interpreter.hpp:26
Runtime data and engine interface.
Definition: runtime.hpp:15
std::map< int, Opcode2 * > mSegment1
Definition: interpreter.hpp:22
opcode for 0 arguments
Definition: opcodes.hpp:9
Definition: interpreter.hpp:16
std::map< int, Opcode1 * > mSegment3
Definition: interpreter.hpp:24
Definition: context.hpp:9
bool mRunning
Definition: interpreter.hpp:19
unsigned int Type_Code
Definition: types.hpp:8
opcode for 2 arguments
Definition: opcodes.hpp:29
std::map< int, Opcode1 * > mSegment0
Definition: interpreter.hpp:21
int code
Definition: crashcatcher.cpp:70
std::map< int, Opcode1 * > mSegment2
Definition: interpreter.hpp:23
Runtime mRuntime
Definition: interpreter.hpp:20
opcode for 1 argument
Definition: opcodes.hpp:19