comments
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user