Source Code
![]() |
These source-code files were from the printout at the MIT Museum, with many thanks
to Deborah Douglas, the Museum's Curator of Science and Technology, for releasing
it to us. The printout was digitally photographed by Paul Fjeld. A team of
volunteers transcribed the source code manually from these images or, where
appropriate, modified already-transcribed but similar source Luminary 131 (Apollo 13)
source code to agree with the images from the printout. Note that the page images
presented online are of reduced quality, and that higher-quality images
are available. Report any conversion errors or legibility
problems in page images to info@sandroid.org.
Notations on the program listing read, in part:GAP: ASSEMBLE REVISION 001 OF AGC PROGRAM LMY99 BY NASA 2021112-061 20'35 OCT. 28,1968Note that the date is the date of the printout, not the date of the program revision. |
000073,000002: # Copyright: Public domain.
000074,000003: # Filename: CONTRACT_AND_APPROVALS.agc
000075,000004: # Purpose: Part of the source code for Luminary 1A build 099.
000076,000005: # It is part of the source code for the Lunar Module's (LM)
000077,000006: # Apollo Guidance Computer (AGC), for Apollo 11.
000078,000007: # Assembler: yaYUL
000079,000008: # Contact: Ron Burkey <info@sandroid.org>.
000080,000009: # Website: www.ibiblio.org/apollo.
000081,000010: # Mod history: 2009-05-06 RSB Transcribed from page images.
000082,000011:
000083,000012: # This source code has been transcribed or otherwise adapted from digitized
000084,000013: # images of a hardcopy from the MIT Museum. The digitization was performed
000085,000014: # by Paul Fjeld, and arranged for by Deborah Douglas of the Museum. Many
000086,000015: # thanks to both. The images (with suitable reduction in storage size and
000087,000016: # consequent reduction in image quality as well) are available online at
000088,000017: # www.ibiblio.org/apollo. If for some reason you find that the images are
000089,000018: # illegible, contact me at info@sandroid.org about getting access to the
000090,000019: # (much) higher-quality images which Paul actually created.
000091,000020:
000092,000021: # Notations on the hardcopy document read, in part:
000093,000022:
000094,000023: # Assemble revision 001 of AGC program LMY99 by NASA 2021112-61
000095,000024: # 16:27 JULY 14, 1969
000096,000025:
![]() |
Page 1 |
000098,000027:
000099,000028: # THIS LGC PROGRAM IS INTENDED FOR USE IN THE LM DURING THE MANNED LUNAR
000100,000029: # LANDING MISSION OR ANY SUBSET THEREOF. THE DETAILS OF IMPLEMENTATION ARE
000101,000030: # SPECIFIED IN REPORT R-567, AS AMENDED.
000102,000031:
000103,000032: # GUIDANCE SYSTEM OPERATIONS PLAN
000104,000033: # FOR MANNED LM EARTH ORBITAL AND LUNAR MISSIONS
000105,000034: # USING PROGRAM LUMINARY
000106,000035:
000107,000036: # THIS PROGRAM AND R-567 HAVE BEEN PREPARED BY THE INSTRUMENTATION LABORATORY,
000108,000037: # MASSACHUSETTS INSTITUTE OF TECHNOLOGY 75 CAMBRIDGE PARKWAY, CAMBRIDGE,
000109,000038: # MASSACHUSETTS UNDER PROJECT 55-238-70. SPONSORED BY THE MANNED SPACECRAFT
000110,000039: # CENTER OF THE NATIONAL AERONAUTICS AND SPACE ADMINISTRATION, CONTRACT
000111,000040: # NAS 9-4065.
000112,000041:
000113,000042: # THIS PROGRAM IS REFERRED TO AS LUMINARY 1A
000114,000043:
End of include-file CONTRACT_AND_APPROVALS.agc. Parent file is MAIN.agc