-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4126443
commit 592f7ec
Showing
11 changed files
with
202 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
_ AND and NAND gates | ||
|
||
|
||
1 1 1 | ||
0 1*--Z---@-----L _ NAND _ | ||
_in a_ C@-L---@ |1 1 1 1 | ||
1 |0 | C 1*---Z------L | ||
_in b_ 1*@-L---S--@--@J | |1 | ||
10 | | 0 | | ||
| @--L--------@ | ||
11 | ||
1 1*--Z---@-----L _ NAND _ | ||
_in a_ C@-L---@ |0 11 | ||
1 |1 | C 1*---Z------L | ||
_in b_ 1*@-L---S--@--@J | |0 | ||
1 1 | 1 | 1 | | ||
| 1 @--L--------@ | ||
@------------L _ AND _ | ||
7 7 7 | ||
7 | ||
2C 7*--Z----L | ||
| |1 | ||
|0 | | ||
| |0 | ||
|1 | | ||
_ XOR gate _ 3*----S----@----@ | ||
30 | | ||
3 3 | | ||
@-@ | | ||
11 |1| |0 | ||
1*-Z---L--------S/|\-L~@L _ XOR _ 2*----S-----L | ||
|0 1 | | 2 | ||
11 |1| |1 2 | ||
1*-Z---L--------S-|--L~@L _ XOR _ 2*----S-----L | ||
|0 1 | | 2 2 | ||
_B_1*--------@ _A_1*-----@ | | ||
|1 1 | | | ||
1*----S---J--------Z/|\-J~@ | ||
1*----S---J--------Z-|--J~@ | ||
1 1 1 |0| | ||
@-@ | ||
|
||
|
||
C | ||
_ OR gate _ |0 | ||
_ OR gate _ |1 | ||
2*--S------@ | ||
2 d | | ||
2 2 | | ||
_ Use switch to pulldown _ | | ||
0 1 _bus_ | d | ||
1 1 _bus_ | 2 | ||
52CJ->--J-@ 0*Z--@ @----L | ||
0 0 | 0 |1 | 0 C | | ||
42CJ->--J-@---L---@--@-----L N1 | | ||
0 0 d*--S------@ | ||
d d | ||
1 1 | 1 |0 | 1 C | | ||
42CJ->--J-@---L---@--@-----L N0 | | ||
1 1 d*--S------@ | ||
d |
Oops, something went wrong.