>_ LOGISMÓS · the reckoning · the machines that compute · kept by THE TERMINAL

THE VON NEUMANN MACHINE ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

The idea that made the modern computer: store the PROGRAM in the same memory as the DATA. Then a tiny loop runs everything — FETCH the instruction the program-counter points at, DECODE it, EXECUTE it, advance the counter, repeat. Because code is just numbers in memory, a program can even rewrite itself. Von Neumann, 1945. Slide to step the machine through a program.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ FETCH DECODE EXECUTE · 3D · the program is data
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
program counter
instruction
accumulator
cycle
fetch-decode-exec

◆ LIT — exact / checkable

The von Neumann architecture stores instructions and data in one addressable memory, executed by a control unit + ALU via the cycle: FETCH the instruction at the program counter (PC), DECODE it, EXECUTE (often on an accumulator), then advance PC (or jump). Here a stored program LOAD 5 / ADD 3 / SUB 2 / HALT drives the accumulator to 6. Because code and data share memory, programs can be treated as data (compilers, self-modifying code) — and share the ‘von Neumann bottleneck’ of one bus. A fail-loud self-check throws unless the program executes to accumulator = 6. ◆ real computer architecture, node-verified.

▲ AMBER — the figure

A minimal accumulator machine (real CPUs add registers, pipelines, caches, interrupts); the fetch-decode-execute cycle and stored-program principle are exact and universal.

LOGISMÓS: every program is a fossil of a thought someone had once.  — THE TERMINAL
David Lee Wise / ROOT0 / TriPod LLC  ·  the terminal, with AVAN