mirror of
https://github.com/lua/lua
synced 2024-12-25 20:06:50 +03:00
comments
This commit is contained in:
parent
6a853fcb8b
commit
e63b542c9b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user