Added some instructions for cmp
This commit is contained in:
parent
3a046d6f89
commit
69b4a1afb4
Binary file not shown.
Binary file not shown.
2
consts.c
2
consts.c
@ -1,6 +1,6 @@
|
||||
#ifndef CONSTS
|
||||
#define CONSTS
|
||||
#define VERSION 8
|
||||
#define VERSION 6
|
||||
|
||||
#endif /* ifndef CONSTS
|
||||
#define CONSTS
|
||||
|
||||
@ -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 */
|
||||
|
||||
1
njvm.c
1
njvm.c
@ -2,7 +2,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "instruktion.c"
|
||||
#include "code.c"
|
||||
#include "stack.c"
|
||||
#include "program.c"
|
||||
#include "codeReader.c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user