diff --git a/README.md b/README.md new file mode 100644 index 0000000..437c848 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +![tsvm](tsvm_screenshot.png) + +**tsvm** /tiː.ɛs.viː.ɛm/ is a virtual machine with the architecture that mimics the 8-bit era of +computers, and runs programs written in Javascript. + +**tsvm** repository includes the virtual machine itself, the reference BIOS +implementation and a DOS; BASIC is provided by the [TerranBASIC](https://github.com/curioustorvald/TerranBASIC) +repository. \ No newline at end of file diff --git a/tsvm_screenshot.png b/tsvm_screenshot.png new file mode 100644 index 0000000..3fb352f Binary files /dev/null and b/tsvm_screenshot.png differ