From a59f972bd8339aa1cac405be60e9818b4b3857cd Mon Sep 17 00:00:00 2001 From: naoto64 <51907267+naoto64@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:35:20 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32305a6..9ca7f05 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,15 @@ LR 10: MUX=1, RA=RA, PC=0 11: MUX=1, RA=RA, PC=1 -In regular words: -OFF, OFF will preserve the value of A and advance PC (0->1, 1->0) -OFF, ON will invert the value of A (0->1, 1->0) and advance PC (0->1, 1->0) -ON, OFF will preserve the value of A and set PC to 0 -ON, ON will preserve the value of A and set PC to 1 +In regular words: + +OFF, OFF will preserve the value of A and advance PC (0->1, 1->0) + +OFF, ON will invert the value of A (0->1, 1->0) and advance PC (0->1, 1->0) + +ON, OFF will preserve the value of A and set PC to 0 + +ON, ON will preserve the value of A and set PC to 1 ## Video [![1bit-CPU](https://img.youtube.com/vi/7_g6IDrb5PI/0.jpg)](https://www.youtube.com/watch?v=7_g6IDrb5PI)