Commit Graph

15 Commits

Author SHA1 Message Date
3faa4f4abf Improve call instruction interpreter 2021-11-09 16:32:02 +01:00
1573b055d2 Improve out instruction interpreter 2021-11-09 16:00:12 +01:00
24fd8fa26f Improve simple and complex instructions interpreters 2021-11-09 15:51:51 +01:00
5383609875 Implement Call and Ret instructions 2021-11-09 15:26:55 +01:00
f969793864 Reimplement Virtual Machine to handle PC by byte rather than command 2021-11-09 13:17:41 +01:00
bf5d24fc84 Implement DBG instruction 2021-11-08 22:00:54 +01:00
4fe325e6e8 Resolve compilation warnings 2021-11-08 21:56:48 +01:00
e2800fe69f Add support for IO in VirtualMachine 2021-11-08 21:39:55 +01:00
077a28b637 Polish imports 2021-11-08 11:26:24 +01:00
66dad8ea00 Create unit test for Util module 2021-11-08 11:12:09 +01:00
42b2eb5e41 Resolve compilation warnings 2021-11-08 10:36:22 +01:00
a5db26d307 Merge Interpreter and Parser to VirtualMachine module 2021-11-03 09:25:10 +01:00
85a27b7fb1 Merge Instruction to VirtualMachine module 2021-11-02 23:39:02 +01:00
e263617a2c Create working PoC of interpreter 2021-11-02 20:55:53 +01:00
d1c3b8a3cb Model virtual machine ADT 2021-11-02 16:16:26 +01:00