diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -280,10 +280,6 @@ OP_RETURN,/* A B C return R(A), ... ,R(A+B-2) (see note) */ | |||
280 | OP_RETURN0,/* return */ | 280 | OP_RETURN0,/* return */ |
281 | OP_RETURN1,/* A return R(A) */ | 281 | OP_RETURN1,/* A return R(A) */ |
282 | 282 | ||
283 | OP_FORLOOP1,/* A Bx R(A)++; | ||
284 | if R(A) <= R(A+1) then { pc-=Bx; R(A+3)=R(A) } */ | ||
285 | OP_FORPREP1,/* A Bx R(A)--; pc+=Bx */ | ||
286 | |||
287 | OP_FORLOOP,/* A Bx R(A)+=R(A+2); | 283 | OP_FORLOOP,/* A Bx R(A)+=R(A+2); |
288 | if R(A) <?= R(A+1) then { pc-=Bx; R(A+3)=R(A) } */ | 284 | if R(A) <?= R(A+1) then { pc-=Bx; R(A+3)=R(A) } */ |
289 | OP_FORPREP,/* A Bx R(A)-=R(A+2); pc+=Bx */ | 285 | OP_FORPREP,/* A Bx R(A)-=R(A+2); pc+=Bx */ |