Original Source Code for Command and Lunar Modules
From GitHub Repository
Hacker News • 63 Points
Original AGC assembly code developed by MIT Instrumentation Laboratory
Source code transcribed from original printouts by enthusiasts
Complete source code uploaded to GitHub by Chris Garry
Trending on Hacker News with 63 points, inspiring new generations
# APOLLO 11 LUNAR LANDING PROGRAM
# QUANTITY SUITABLE FOR LANDING MISSION
SETLOC LANDBRK
ERASE
# LANDING RADAR ALTITUDE CHECK
CAF BIT1
MASK RADARALT
CCS A
Sample of the original AGC assembly code showing landing radar altitude verification routines
Custom instruction set designed specifically for the Apollo missions
Advanced algorithms for orbital mechanics and navigation calculations
Includes playful developer notes like 'TEMPORARY, I HOPE' and 'FOUND HIM'
Built-in error handling and abort mode logic for mission safety
Interrupt-driven system capable of handling multiple concurrent tasks
Now freely available for study, education, and preservation
Explore the complete source code at github.com/chrislgarry/Apollo-11