From c6a356ee8ff4de447b2265389f820ea0888b2ae2 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:46:33 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c983425..60dd2ca 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ enum { // [name, 8-bit value] ``` ### Logic -10 Load instruction from memory at program counter [RG_PC] address; -20 Increment RG_PC; -30 Read opcode for next instruction; -40 Perform instruction read in 40; -50 Goto 10; +- 10 Load instruction from memory at program counter [RG_PC] address; +- 20 Increment RG_PC; +- 30 Read opcode for next instruction; +- 40 Perform instruction read in 40; +- 50 Goto 10; ### Build On file "preprocessor.c" define the OS where you want to run TYVM. Comment out the following line if you want to build for Windows, otherwise it will build for Unix: