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
** See Copyright Notice in lua.h
*/
@ -21,8 +21,8 @@ ENDCODE,/* - - - */
RETCODE,/* b - - */
PUSHNIL,/* b - nil_0...nil_b */
POP,/* b - - TOP-=b */
POPDUP,/* b v v TOP-=b */
POP,/* b a_b...a_1 - */
POPDUP,/* b v a_b...a_1 v */
PUSHNUMBERW,/* w - (float)w */
PUSHNUMBER,/* b - (float)b */