this post was submitted on 03 Apr 2025
24 points (100.0% liked)

Programming

13572 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 week ago* (last edited 1 week ago)

We didn't have the Intel 8080 chip that the Altair computer ran on, So Paul got to work writing a program that would simulate one on Harvard's PDP-10 mainframe. This allowed us to test our software without needing an actual Altair.

So, basically:

We are going to write a compiler, but first we are going to write a Virtual Machine from scratch because the hardware is too expensive.

Good times.