diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-03-11 10:59:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-03-11 10:59:50 -0300 |
commit | 99cc4b20f2c9e33600948fb0489c6d1d1c160518 (patch) | |
tree | f6d49f35b1417962c56c88def347dd6d796360ac /lopcodes.h | |
parent | 0969a971cd41921bd5ee72c1da880455bcca3bb4 (diff) | |
download | lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.gz lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.bz2 lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.zip |
details
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.14 1997/12/30 19:08:23 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.16 1998/03/10 17:15:05 roberto Exp $ |
3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -119,9 +119,9 @@ SETTABLE0,/* - v i t - t[i]=v */ | |||
119 | 119 | ||
120 | SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */ | 120 | SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */ |
121 | 121 | ||
122 | SETLIST,/* b c v_b...v_1 t - t[i+c*FPF]=v_i */ | 122 | SETLIST,/* b c v_c...v_1 t - t[i+b*FPF]=v_i */ |
123 | SETLIST0,/* b v_b...v_1 t - t[i]=v_i */ | 123 | SETLIST0,/* b v_b...v_1 t - t[i]=v_i */ |
124 | SETLISTW,/* w c v_b...v_1 t - t[i+c*FPF]=v_i */ | 124 | SETLISTW,/* w c v_c...v_1 t - t[i+w*FPF]=v_i */ |
125 | 125 | ||
126 | SETMAP,/* b v_b k_b ...v_0 k_0 t t t[k_i]=v_i */ | 126 | SETMAP,/* b v_b k_b ...v_0 k_0 t t t[k_i]=v_i */ |
127 | SETMAP0,/* - v_0 k_0 t t t[k_0]=v_0 */ | 127 | SETMAP0,/* - v_0 k_0 t t t[k_0]=v_0 */ |