INSTR             876 core/Interpreter.cpp #      define INSTR(op)       L_##op:  VERBOSE;
INSTR             879 core/Interpreter.cpp #      define INSTR(op)       case WOP_##op: L_ ## op: VERBOSE;
INSTR             882 core/Interpreter.cpp #      define INSTR(op)       L_ ## op: VERBOSE;
INSTR             892 core/Interpreter.cpp #    define INSTR(op)       case WOP_##op: VERBOSE; 
INSTR             915 core/Interpreter.cpp #  define INSTR(op) case OP_##op: VERBOSE;