Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naoto64 authored Dec 24, 2023
1 parent f9c3c63 commit a59f972
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a59f972

Please sign in to comment.