Comparing C to machine language
Ben Eater · 10:01
A short C program that prints Fibonacci numbers up to 255 is compiled with GCC, disassembled, and then mapped line-by-line onto its x86 machine instructions — showing that each C variable is just a fixed offset from t...