diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ OP_SETFIELD,/* A B C R[A][K[B]:shortstring] := RK(C) */ | |||
256 | 256 | ||
257 | OP_NEWTABLE,/* A B C k R[A] := {} */ | 257 | OP_NEWTABLE,/* A B C k R[A] := {} */ |
258 | 258 | ||
259 | OP_SELF,/* A B C R[A+1] := R[B]; R[A] := R[B][RK(C):string] */ | 259 | OP_SELF,/* A B C R[A+1] := R[B]; R[A] := R[B][K[C]:shortstring] */ |
260 | 260 | ||
261 | OP_ADDI,/* A B sC R[A] := R[B] + sC */ | 261 | OP_ADDI,/* A B sC R[A] := R[B] + sC */ |
262 | 262 | ||