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
|
** 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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user