Allow 16 arguments, and handle going over that correctly.

This commit is contained in:
Bob Nystrom
2013-11-29 15:08:27 -08:00
parent 5f1d5cfa85
commit 325bb281a5
10 changed files with 123 additions and 5 deletions
+6
View File
@@ -83,6 +83,12 @@ typedef enum
CODE_CALL_8,
CODE_CALL_9,
CODE_CALL_10,
CODE_CALL_11,
CODE_CALL_12,
CODE_CALL_13,
CODE_CALL_14,
CODE_CALL_15,
CODE_CALL_16,
// Jump the instruction pointer [arg] forward.
CODE_JUMP,