From 4ac38c8d6f98edee2718facffa8317e4a0497125 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:39:02 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b3bc34..75d53d5 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ The LC-3 specifies a word size of 16 bits for its registers and uses a 16-bit ad Instructions are 16 bits wide and have 4-bit opcodes. The instruction set defines instructions for fifteen of the sixteen possible opcodes, though some instructions have more than one mode of operation. Individual instructions' execution is regulated by a state machine implemented with a control ROM and microsequencing unit. ### Hardware -TYVM is a very barebone 16-bit system on LC-3 architechture. It has: - - 128kb memory (65,536 memory locations) - - 10 registers: +TYVM is a very barebone VM that has: + - 128kb memory + - 16 opcodes + - 10 registers - 3 condition flags #### Memory