From 21a94d1374009d7244bf175e97115fa14b573496 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:42:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da36d4..b1a74f1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ enum { RG_COND, RG_COUNT }; -uint16_t registers[R_COUNT]; +uint16_t registers[RG_COUNT]; ``` #### Instruction set TYVM has n.16 16-bit opcodes, that instructs the machine to do some simple calculation: