You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 8-bit-computer
2
2
3
-
This is my 8-bit computer. Based on a project by Ben Eater.https://eater.net/8bit
3
+
This is my 8-bit computer. Based on a project by Ben Eater.
4
4
5
5
[](resources/8-bit-computer.jpg)
6
6
@@ -19,3 +19,10 @@ See [8-bit-computer-emulator](https://github.com/blurpy/8-bit-computer-emulator)
19
19
*[control_lines.md](control_lines.md) describes the different control lines.
20
20
*[instruction_decoding.md](instruction_decoding.md) contains the lookup table used by the instruction decoder, and a short description of how it works.
21
21
*[issues.md](issues.md) describes a list of the issues I had with getting the computer to work reliably, and what I did to fix them.
22
+
23
+
24
+
## Links
25
+
26
+
*[eater.net/8bit](https://eater.net/8bit) - Homepage of the computer, for schematics, kits and more.
27
+
*[/r/beneater](https://www.reddit.com/r/beneater/) - Useful subreddit to get help when building.
28
+
*[Building an 8-bit breadboard computer](https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2565dvjafglHU) - Videos by Ben Eater on how to build the computer.
0 commit comments