From c116dcb92b2ee36ef5c4541a88e73540837f1057 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 14 May 2003 09:09:12 -0300 Subject: better information about instruction behavior (use of arguments) --- lopcodes.c | 85 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 44 deletions(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index b10e5bd1..e6a592d9 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,7 +1,5 @@ /* -** $Id: lopcodes.c,v 1.22 2002/12/04 17:38:31 roberto Exp roberto $ -** extracted automatically from lopcodes.h by mkprint.lua -** DO NOT EDIT +** $Id: lopcodes.c,v 1.23 2003/05/13 20:15:59 roberto Exp roberto $ ** See Copyright Notice in lua.h */ @@ -14,6 +12,8 @@ #include "lopcodes.h" +/* ORDER OP */ + #ifdef LUA_OPNAMES const char *const luaP_opnames[] = { @@ -57,48 +57,45 @@ const char *const luaP_opnames[] = { #endif -#define opmode(t,b,bk,ck,sa,k,m) (((t)<