lopcodes.c File Reference

#include "lopcodes.h"

Defines

#define lopcodes_c
#define LUA_CORE
#define opmode(t, a, b, c, m)   (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m))

Variables

const char *const luaP_opnames [NUM_OPCODES+1]
const lu_byte luaP_opmodes [NUM_OPCODES]

Define Documentation

#define lopcodes_c

#define LUA_CORE

#define opmode ( t,
a,
b,
c,
 )     (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m))


Variable Documentation

const lu_byte luaP_opmodes[NUM_OPCODES]

const char* const luaP_opnames[NUM_OPCODES+1]


Generated on Tue Aug 4 15:24:06 2009 for LuaPlayer HM Version 3 by  doxygen 1.5.5