diff --git a/lopcodes.h b/lopcodes.h index 690c4c34..0d697c55 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.173 2017/11/29 16:57:36 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.174 2017/11/30 12:03:00 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -289,8 +289,8 @@ OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ (*) In OP_RETURN, if (B == 0) then return up to 'top'. - (*) In OP_SETLIST, if (B == 0) then B = 'top'; if (C == 0) then next - 'instruction' is EXTRAARG(real C). + (*) In OP_SETLIST, if (B == 0) then real B = 'top'; if (C == 0) then + next 'instruction' is EXTRAARG(real C). (*) In OP_LOADKX, the next 'instruction' is always EXTRAARG. @@ -298,11 +298,16 @@ OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ (true or false). (*) For OP_LTI/OP_LEI, C indicates that the transformations - (A (!(B<=A)) or (A<=B) => (!(B (!(B<=A)) or (A<=B) => (!(B