this post was submitted on 31 Dec 2025
-11 points (42.9% liked)

Programmer Humor

28318 readers
987 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mkwt@lemmy.world 2 points 3 days ago

It was also common to have a single step mode, where the CPU advances one cycle per switch press. Very useful for debugging.

And you could frequently read out the contents of registers directly on rows of lights. This led to the trope of the blinky light computer in Star Trek (original series) and elsewhere. Because the lights would flash in various patterns when the computer was running, as the register contents changed. But in the single step mode you could interpret the values.