diff --git a/README.md b/README.md index c9089c5..920dc0c 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/main.c b/main.c new file mode 100644 index 0000000..089f14d --- /dev/null +++ b/main.c @@ -0,0 +1,4 @@ +#include //for macrps pf integer numbers + +/* Memory locations */ +uint16_t memory[UINT16_MAX] \ No newline at end of file