Archived
1
0

change progect scope, allocate 128kb memory

This commit is contained in:
Erick
2022-01-27 23:17:59 +01:00
parent a629c3060f
commit 0cdab851c5
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
# ez-virtual-machine
An easy virtual machine written in C
# tvm
TVM (Tiny Virtual Machine) is a 16bit VM based on the LC-3 architechture
+4
View File
@@ -0,0 +1,4 @@
#include <limits.h> //for macrps pf integer numbers
/* Memory locations */
uint16_t memory[UINT16_MAX]