From c364e9f97ee825be833d50a04a621d58d71af684 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 23 Feb 1999 10:38:38 -0300 Subject: LONGARGW (for completeness). --- lopcodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index fabeeb0e..886d31d1 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.24 1999/02/09 15:58:45 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.25 1999/02/09 18:01:55 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -106,6 +106,7 @@ CALLFUNC,/* b c v_c...v_1 f r_b...r_1 f(v1,...,v_c) */ SETLINEW,/* w - - LINE=w */ SETLINE,/* b - - LINE=b */ +LONGARGW,/* w (add w*(1<<16) to arg of next instruction) */ LONGARG /* b (add b*(1<<16) to arg of next instruction) */ } OpCode; -- cgit v1.2.3-55-g6feb