• :
  • : 125
  • : 0
  • YouTube
  • 0
  • Documentary

.

2018
2018x1
Making a computer Turing complete
Episode overview
The 8-bit breadboard computer is certainly limited. But is it capable enough to even be a computer? In this video we explore how Turing Machines and the Lambda Calculus defined the whole .. show full overview
2018x2
CPU flags register
Episode overview
Share your requests for future video topics here: https://www.reddit.com/r/beneater/comments/88m9jy/ben_eater_video_suggestions/ Intel x86 developers guide (4800 pages!): .. show full overview
2018x3
Conditional jump instructions
Episode overview
In this video we program the microcode of the 8-bit breadboard computer so that it supports two conditional jump instructions: JC (jump carry) and JZ (jump zero). We also test out these .. show full overview
2018x4
Reliable data transmission
Episode overview
Part 0 (?) of a mini-series on error detection and correction. Support these videos on Patreon: https://www.patreon.com/beneater Code from this video: .. show full overview
2018x5
Error detection: Parity checking
Episode overview
Parity checking is a basic technique for detecting errors in data transmission. This video explains how it works and walks through building hardware to compute and check parity. The .. show full overview