From f6b78da17eb52ea1ebfa4e622d1086296c3548de Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:42:03 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d53d5..6da36d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # TyVM - [T]in[y] [V]irtual [M]achine -TyVM is a 16bit VM based on the LC-3 architechture that runs Assembly code, and could more generally run even an operating system +TyVM is a 16bit VM based on LC-3 architechture that runs a barebone version of assembly code. The whole system is geared towards CS students or (like me) people passionate about computer architecture that are just learning about the topic. +I created this project for fun during a week, looking at how others implemented solutions for LC-3 based machines and getting inspiration from their work. ## Introduction LC-3 is a type of computer educational assembly language.