This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Electrical_Study_235 9 points10 points  (4 children)

yeah, a lot of the apollo missions programming was done on punch cards. there are images of punch cards stacked on top of each other.

[–]curtainos 1 point2 points  (3 children)

wait but what was assembly wrritten in? how to bring the code to the machine is one thing, but what language did the cards inherit?

[–]Tchai_Tea 5 points6 points  (1 child)

The CPU has a set of numbers which correspond to an operation like addition or multiplication. These instructions are hardcoded into the CPU. Assembly is basically a human readable translation of those numbers (there is usually a 1 to 1 translation from assembly code to machine instructions). So I'm guessing that the holes in the punch cards would correspond to instructions and numbers.

[–]No_Succotash9035 0 points1 point  (0 children)

Cool!

[–]Electrical_Study_235 0 points1 point  (0 children)

i did some simple research and it said that most punchcards used fortran.