aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 3e100259..f867a01b 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -280,10 +280,6 @@ OP_RETURN,/* A B C return R(A), ... ,R(A+B-2) (see note) */
280OP_RETURN0,/* return */ 280OP_RETURN0,/* return */
281OP_RETURN1,/* A return R(A) */ 281OP_RETURN1,/* A return R(A) */
282 282
283OP_FORLOOP1,/* A Bx R(A)++;
284 if R(A) <= R(A+1) then { pc-=Bx; R(A+3)=R(A) } */
285OP_FORPREP1,/* A Bx R(A)--; pc+=Bx */
286
287OP_FORLOOP,/* A Bx R(A)+=R(A+2); 283OP_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) } */
289OP_FORPREP,/* A Bx R(A)-=R(A+2); pc+=Bx */ 285OP_FORPREP,/* A Bx R(A)-=R(A+2); pc+=Bx */