WriteUp: 16 Bytes of x86 that turn Matrix rain into sound
Summary
A detailed write-up about a 16-byte x86 real-mode DOS routine that uses video memory and the PC speaker to render a Sierpinski fractal as audio. It explains the memory layout, the math, and the diagonal, octave-shifted visuals produced by a tiny, reverse-walking loop, highlighting the charm of extreme constraint programming.