Skip to content

Original Apollo 11 guidance computer (AGC) source code digitized by folks at Virtual AGC (http://www.ibiblio.org/apollo/) and MIT Museum.

Notifications You must be signed in to change notification settings

proudindiv/Apollo-11

 
 

Repository files navigation

Apollo-11

README.md

Literate Apollo-11 code and images of original card decks

About:

I've cloned and intend to follow the chrislgarry/Apollo-11 repository, with additions. My project is at proudindiv/Apollo-11 on github. My current objectives are to literate the original Apollo 11 source code and to reverse engineer images of the original card decks. I hope to produce something useful to the community and to submit PRs for issues I identify between the transcriptions in that repository and the original source scans for Luminary 099 and Comanche 055.

Contents of my Apollo-11 Repository:

  1. Comanche055 and Luminary099 directory contents track the original repository.
  2. The noweb file Apollo-11.nw, which creates Apollo-11.pdf, README.md, and the files that generate the others (Comanche055.sh, and Luminary099.sh and in turn Comanche055.nw, Luminary099.nw, Comanche055.pdf, Luminary099.pdf, Comanche055.agc, and Luminary099.agc), is my in progress reverse engineering of the code in the original repository. Comanche055.card and Luminary099.card will be generated from the .agc files. The interesting output products are the .pdf files.
  3. extern and intern contain generated files that are part of my process and are not for human consumption.
  4. README.md is this explanation and contains the content of the original repositry README.md below.

Tools Used:

My main tool is vi on Linux. I also use TeXstudio and ReText, with noweb, on the ubuntu mate operating system:

To compile the noweb .nw files I use this user command in TeXstudio:

noweb %.nw | pdflatex -synctex=1 -interaction=nonstopmode %.tex

Eventually I'll create a Makefile to show the dependencies and constructions.

Web References to the Apollo-11 Project:


Apollo-11

Also available in: English, 简体中文, 正體中文.

Original Apollo 11 guidance computer (AGC) source code for Command Module (Comanche055) and Lunar Module (Luminary099). Digitized by the folks at Virtual AGC and MIT Museum. The goal is to be a repo for the original Apollo 11 source code. As such, PRs are welcome for any issues identified between the transcriptions in this repository and the original source scans for Luminary 099 and Comanche 055, as well as any files I may have missed. ##Compilation If you are interested in compiling the original source code, check out Virtual AGC.

##Attribution

 Copyright: Public domain.
 Filename:  CONTRACT_AND_APPROVALS.agc
 Purpose:   Part of the source code for Colossus 2A, AKA Comanche 055.
            It is part of the source code for the Command Module's (CM)
            Apollo Guidance Computer (AGC), for Apollo 11.
 Assembler: yaYUL
 Contact:   Ron Burkey <info@sandroid.org>.
 Website:   www.ibiblio.org/apollo.
 Mod history:   2009-05-06 RSB  Transcribed from page images.

 This source code has been transcribed or otherwise adapted from digitized
 images of a hardcopy from the MIT Museum.  The digitization was performed
 by Paul Fjeld, and arranged for by Deborah Douglas of the Museum.  Many
 thanks to both.  The images (with suitable reduction in storage size and
 consequent reduction in image quality as well) are available online at
 www.ibiblio.org/apollo.  If for some reason you find that the images are
 illegible, contact me at info@sandroid.org about getting access to the
 (much) higher-quality images which Paul actually created.

 Notations on the hardcopy document read, in part:

    Assemble revision 055 of AGC program Comanche by NASA
    2021113-051.  10:28 APR. 1, 1969  

 Page 1

#************************************************************************
#                                                                       *
#       THIS AGC PROGRAM SHALL ALSO BE REFERRED TO AS:                  *
#                                                                       *
#                                                                       *
#               COLOSSUS 2A                                             *
#                                                                       *
#                                                                       *
#   THIS PROGRAM IS INTENDED FOR USE IN THE CM AS SPECIFIED             *
#   IN REPORT R-577.  THIS PROGRAM WAS PREPARED UNDER DSR               *
#   PROJECT 55-23870, SPONSORED BY THE MANNED SPACECRAFT                *
#   CENTER OF THE NATIONAL AERONAUTICS AND SPACE                        *
#   ADMINISTRATION THROUGH CONTRACT NAS 9-4065 WITH THE                 *
#   INSTRUMENTATION LABORATORY, MASSACHUSETTS INSTITUTE OF              *
#   TECHNOLOGY, CAMBRIDGE, MASS.                                        *
#                                                                       *
#************************************************************************


SUBMITTED:  MARGARET H. HAMILTON        DATE:   28 MAR 69
    M.H.HAMILTON, COLOSSUS PROGRAMMING LEADER
    APOLLO GUIDANCE AND NAVIGATION

APPROVED:   DANIEL J. LICKLY        DATE:   28 MAR 69
    D.J.LICKLY, DIRECTOR, MISSION PROGRAM DEVELOPMENT
    APOLLO GUIDANCE AND NAVIGATION PROGRAM

APPROVED:   FRED H. MARTIN          DATE:   28 MAR 69
    FRED H. MARTIN, COLOSSUS PROJECT MANAGER
    APOLLO GUIDANCE AND NAVIGATION PROGRAM

APPROVED:   NORMAN E. SEARS         DATE:   28 MAR 69
    N.E. SEARS, DIRECTOR, MISSION DEVELOPMENT
    APOLLO GUIDANCE AND NAVIGATION PROGRAM

APPROVED:   RICHARD H. BATTIN       DATE:   28 MAR 69
    R.H. BATTIN, DIRECTOR, MISSION DEVELOPMENT
    APOLLO GUIDANCE AND NAVIGATION PROGRAM

APPROVED:   DAVID G. HOAG           DATE:   28 MAR 69
    D.G. HOAG, DIRECTOR
    APOLLO GUIDANCE AND NAVIGATION PROGRAM

APPROVED:   RALPH R. RAGAN          DATE:   28 MAR 69
    R.R. RAGAN, DEPUTY DIRECTOR
    INSTRUMENTATION LABORATORY

About

Original Apollo 11 guidance computer (AGC) source code digitized by folks at Virtual AGC (http://www.ibiblio.org/apollo/) and MIT Museum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 99.1%
  • Shell 0.9%