Source Code

These source-code files are part of a reconstructed copy of Luminary 178, the final release of the Apollo 14 Lunar Module (LM) Apollo Guidance Computer (AGC) software.

The reconstruction began with source code of Zerlina 56, Luminary 210, and Luminary 131, previously transcribed from digitized copies of those programs. The code was created by combining the three, using Zerlina 56 as a base, since it was based off of Luminary 183. The differences between the three were carefully merged using the Luminary memos as a guide, with all changes made after Luminary 178 being backed out. The reconstruction was verified by matching memory-bank checksums to those listed in drawing 2021152N. Note that page numbers in the reconstructed code match those for the baseline log section mentioned in each file's changelog; the page numbers for a real Luminary 178 listing would be different.

Comments from the original source code are prefixed with a single '#' symbol, whereas comments added later are prefixed by "##" or "###". Report any errors noted by creating an issue report at the Virtual AGC project's GitHub repository.

000023,000002:                                                                                                  ## Copyright:   Public domain.
000024,000003:                                                                                                  ## Filename:    ABSOLUTE_ADDRESSES_FOR_UPDATE_PROGRAM.agc
000025,000004:                                                                                                  ## Purpose:     A section of Luminary revision 178.
000026,000005:                                                                                                  ##              It is part of the reconstructed source code for the final
000027,000006:                                                                                                  ##              release of the flight software for the Lunar Module's
000028,000007:                                                                                                  ##              (LM) Apollo Guidance Computer (AGC) for Apollo 14. The
000029,000008:                                                                                                  ##              code has been recreated from copies of Zerlina 56, Luminary
000030,000009:                                                                                                  ##              210, and Luminary 131, as well as many Luminary memos.
000031,000010:                                                                                                  ##              It has been adapted such that the resulting bugger words
000032,000011:                                                                                                  ##              exactly match those specified for Luminary 178 in NASA
000033,000012:                                                                                                  ##              drawing 2021152N, which gives relatively high confidence
000034,000013:                                                                                                  ##              that the reconstruction is correct.
000035,000014:                                                                                                  ## Reference:   p.  1
000036,000015:                                                                                                  ## Assembler:   yaYUL
000037,000016:                                                                                                  ## Contact:     Ron Burkey <info@sandroid.org>.
000038,000017:                                                                                                  ## Website:     www.ibiblio.org/apollo/index.html
000039,000018:                                                                                                  ## Mod history: 2019-08-14 MAS  Created from Zerlina 56.
000040,000019: 

Page 1

000042,000021:                                                                                                  #  ECADR                 MNEMONIC
000043,000022:                                                                                                  #  -----                 --------
000044,000023: 
000045,000024: ???????                                           =ECADR   UPSVFLAG                              
000046,000025: 
000047,000026: ???????                                           =ECADR   XSMD                                  
000048,000027: 
000049,000028: ???????                                           =ECADR   REFSMMAT                              
000050,000029: 
000051,000030: ???????                                           =ECADR   DELVSLV                               
000052,000031: 
000053,000032: ???????                                           =ECADR   RLS                                   

End of include-file ABSOLUTE_ADDRESSES_FOR_UPDATE_PROGRAM.agc.  Parent file is MAIN.agc