This commit is contained in:
Roberto Ierusalimschy
1999-02-26 12:19:54 -03:00
parent 6a853fcb8b
commit e63b542c9b

View File

@@ -1,5 +1,5 @@
/* /*
** $Id: lopcodes.h,v 1.27 1999/02/24 17:55:51 roberto Exp roberto $ ** $Id: lopcodes.h,v 1.28 1999/02/25 19:13:56 roberto Exp roberto $
** Opcodes for Lua virtual machine ** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */
@@ -21,8 +21,8 @@ ENDCODE,/* - - - */
RETCODE,/* b - - */ RETCODE,/* b - - */
PUSHNIL,/* b - nil_0...nil_b */ PUSHNIL,/* b - nil_0...nil_b */
POP,/* b - - TOP-=b */ POP,/* b a_b...a_1 - */
POPDUP,/* b v v TOP-=b */ POPDUP,/* b v a_b...a_1 v */
PUSHNUMBERW,/* w - (float)w */ PUSHNUMBERW,/* w - (float)w */
PUSHNUMBER,/* b - (float)b */ PUSHNUMBER,/* b - (float)b */