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. |
047067,000002: ## Copyright: Public domain.
047068,000003: ## Filename: INTERPRETIVE_CONSTANT.agc
047069,000004: ## Purpose: Part of the source code for Luminary 1A build 099.
047070,000005: ## It is part of the source code for the Lunar Module's (LM)
047071,000006: ## Apollo Guidance Computer (AGC), for Apollo 11.
047072,000007: ## Assembler: yaYUL
047073,000008: ## Contact: Ron Burkey <info@sandroid.org>.
047074,000009: ## Website: www.ibiblio.org/apollo.
047075,000010: ## Pages: 1100-1101
047076,000011: ## Mod history: 2009-05-25 RSB Adapted from the corresponding
047077,000012: ## Luminary131 file, using page
047078,000013: ## images from Luminary 1A.
047079,000014: ## 2016-12-17 RSB Proofed text comments with octopus/ProoferComments
047080,000015: ## but no errors found.
047081,000016: ##
047082,000017: ## This source code has been transcribed or otherwise adapted from
047083,000018: ## digitized images of a hardcopy from the MIT Museum. The digitization
047084,000019: ## was performed by Paul Fjeld, and arranged for by Deborah Douglas of
047085,000020: ## the Museum. Many thanks to both. The images (with suitable reduction
047086,000021: ## in storage size and consequent reduction in image quality as well) are
047087,000022: ## available online at www.ibiblio.org/apollo. If for some reason you
047088,000023: ## find that the images are illegible, contact me at info@sandroid.org
047089,000024: ## about getting access to the (much) higher-quality images which Paul
047090,000025: ## actually created.
047091,000026: ##
047092,000027: ## Notations on the hardcopy document read, in part:
047093,000028: ##
047094,000029: ## Assemble revision 001 of AGC program LMY99 by NASA 2021112-61
047095,000030: ## 16:27 JULY 14, 1969
047096,000031:
![]() |
Page 1100 |
047098,000033: 23,2000 SETLOC INTPRET1
047099,000034: 23,2000 BANK
047100,000035:
047101,000036: 23,2511 COUNT* $$/ICONS
047102,000037: 23,2511 10000 00000 DP1/4TH 2DEC .25
047103,000038:
047104,000039: 23,2513 00000 00000 UNITZ 2DEC 0 B-28
047105,000040:
047106,000041: 23,2515 00000 00000 UNITY 2DEC 0 B-28
047107,000042:
047108,000043: 23,2517 20000 00000 UNITX 2DEC .5
047109,000044:
047110,000045: 23,2521 00000 00000 ZEROVECS 2DEC 0 B-28
047111,000046:
047112,000047: 23,2523 00000 00000 2DEC 0 B-28
047113,000048:
047114,000049: 23,2525 00000 00000 2DEC 0 B-28
047115,000050:
047116,000051: 23,2527 23,2517 DPHALF = UNITX
047117,000052: 23,2527 37777 DPPOSMAX OCT 37777
047118,000053: 23,2530 37777 OCT 37777
047119,000054:
![]() |
Page 1101 |
047121,000056: # INTERPRETIVE CONSTANTS IN THE OTHER HALF-MEMORY
047122,000057:
047123,000058: 12,2000 SETLOC INTPRET2
047124,000059: 12,2000 BANK
047125,000060:
047126,000061: 12,2000 COUNT* $$/ICONS
047127,000062: 12,2000 00000 00000 ZUNIT 2DEC 0 B-28
047128,000063:
047129,000064: 12,2002 00000 00000 YUNIT 2DEC 0 B-28
047130,000065:
047131,000066: 12,2004 20000 00000 XUNIT 2DEC .5
047132,000067:
047133,000068: 12,2006 00000 00000 ZEROVEC 2DEC 0 B-28
047134,000069:
047135,000070: 12,2010 00000 00000 2DEC 0 B-28
047136,000071:
047137,000072: 12,2012 00000 00000 2DEC 0 B-28
047138,000073:
047139,000074: 12,2014 77777 OCT 77777 # -0, -6, -12 MUST REMAIN IN THIS ORDER
047140,000075: 12,2015 77771 DFC-6 DEC -6 B-14
047141,000076: 12,2016 77763 DFC-12 DEC -12 B-14
047142,000077: 12,2017 37777 37777 LODPMAX 2OCT 3777737777 # THESE TWO CONSTANTS MUST REMAIN
047143,000078:
047144,000079: 12,2021 37777 37777 LODPMAX1 2OCT 3777737777 # ADJACENT AND THE SAME FOR INTEGRATION
047145,000080:
047146,000081: 12,2023 12,2006 ZERODP = ZEROVEC
047147,000082: 12,2023 12,2004 HALFDP = XUNIT
047148,000083:
047149,000084:
End of include-file INTERPRETIVE_CONSTANTS.agc. Parent file is MAIN.agc