ded but adding lec7 for db course
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# lec6
|
||||
|
||||
> diagrams needed for this
|
||||
> diagrams needed for this section
|
||||
|
||||
## Transistors
|
||||
|
||||
@@ -22,8 +22,3 @@ When the base/gate is "on" we mean current can _not_ flow from the emitter to th
|
||||
> When we say that a gate is "on" we're really saying that it's open.
|
||||
|
||||
|
||||
## Gates: AND, OR, NOT, XOR
|
||||
|
||||
For this section we'll be using intel assembly syntax where the general syntax follows the form: `op src, dest`.
|
||||
This will hold as long as op is the desired operation to represent the gate, src, will be one of our operands which holds the result after the operation, and dest holds the result after the operation.
|
||||
### AND
|
||||
|
||||
12
cst337/lec/lec7.md
Normal file
12
cst337/lec/lec7.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# lec7
|
||||
|
||||
> this section also needs diagrams to make any sense
|
||||
|
||||
Now we'll take about different gates.
|
||||
|
||||
## OR
|
||||
## AND
|
||||
## XOR
|
||||
## NOT
|
||||
|
||||
## Resistor Bands
|
||||
Reference in New Issue
Block a user