diff --git a/bigint/build/bin/testbip b/bigint/build/bin/testbip index 6d9fe44..9445dc5 100755 Binary files a/bigint/build/bin/testbip and b/bigint/build/bin/testbip differ diff --git a/bigint/build/lib/libbigint.a b/bigint/build/lib/libbigint.a index a4ddb1a..c5445c0 100644 Binary files a/bigint/build/lib/libbigint.a and b/bigint/build/lib/libbigint.a differ diff --git a/consts.c b/consts.c index 348d59a..ce16cb4 100644 --- a/consts.c +++ b/consts.c @@ -1,6 +1,6 @@ #ifndef CONSTS #define CONSTS -#define VERSION 8 +#define VERSION 6 #endif /* ifndef CONSTS #define CONSTS diff --git a/instruktion.c b/instruktion.c index 616f18c..8fab2fc 100644 --- a/instruktion.c +++ b/instruktion.c @@ -39,5 +39,14 @@ #define PUSHR 29 #define POPR 30 #define DUP 31 +#define GETF 33 +#define PUTF 34 +#define NEWA 35 +#define GETFA 36 +#define PUTFA 37 +#define GETSZ 38 +#define PUSHN 39 +#define REFEQ 40 +#define REFNE 41 #endif /* ifndef INSREUKTION */ diff --git a/njvm.c b/njvm.c index 0f07c77..c09b891 100644 --- a/njvm.c +++ b/njvm.c @@ -2,7 +2,6 @@ #include #include #include "instruktion.c" -#include "code.c" #include "stack.c" #include "program.c" #include "codeReader.c" diff --git a/njvm.o b/njvm.o index 4d90198..a92cc65 100644 Binary files a/njvm.o and b/njvm.o differ diff --git a/support.o b/support.o index b9bac9c..03bc03d 100644 Binary files a/support.o and b/support.o differ