This commit is contained in:
e.gavrin
2014-07-03 19:22:36 +04:00
parent 7f878fd8a7
commit 052efb86a9
3 changed files with 23 additions and 10 deletions
+8 -2
View File
@@ -24,8 +24,14 @@
#define FILE_NAME "application.bin"
void gen_bytecode(FILE*);
void run_int();
struct
{
int pos;
} __int_data;
void gen_bytecode (FILE*);
void run_int ();
#endif /* INTERPRETER_H */