Skip to content

Commit 499fc0e

Browse files
committed
Describe reset
1 parent 7191139 commit 499fc0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

hardware.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,12 @@ Can be put in programming mode together with the MAR for manual control with DIP
124124

125125
## Reset
126126

127-
TODO
127+
Reset button that connects to all the different parts of the computer to clear the state. This is required before starting a program since the computer comes up in a random state, and when restarting a program.
128+
129+
* Chips
130+
* 74LS00 NAND gate: for creating the necessary signals that will reset the other chips.
131+
* Inputs
132+
* Push button: for initiating a reset.
128133

129134

130135
## Instruction Register

0 commit comments

Comments
 (0)