@tastytronic@teh.entar.net Profile picture
@tastytronic@teh.entar.net - CS Prof, hacker, musician, DIYer, dad. Retrocomp, roguelike & IF fan. Assoc. Prof. in CS at UMN Duluth (OS, Security). He/him.
Sep 26, 2022 16 tweets 4 min read
I'm hoping to do a series of articles / threads about how the PDP-12 works, by diving into its instruction set and other low-level behaviors. Here's the first one of these threads! 🧵 #pdp12 #umdpdp12 #RetroComputing The PDP-12 console, a green dashboard festooned with lights The PDP-12 is a combination of the LINC and the PDP-8 -- both 12-bit machines. The practice was to describe memory using four octal (3-bit) values (rather than, say, 3 hexadecimal values). So, 111111111111b is "7777" (not 0xFFF) and 101010101010b is "5252" (not 0xAAA).