From c058add8f13dcac5aceb741f9bb9711dc834b870 Mon Sep 17 00:00:00 2001 From: Andrey Tkachenko Date: Wed, 13 Jul 2016 09:59:10 +0200 Subject: [PATCH 1/2] typos --- Luminary099/RADAR_LEADIN_ROUTINES.s | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Luminary099/RADAR_LEADIN_ROUTINES.s b/Luminary099/RADAR_LEADIN_ROUTINES.s index bd331d8..d8e5553 100644 --- a/Luminary099/RADAR_LEADIN_ROUTINES.s +++ b/Luminary099/RADAR_LEADIN_ROUTINES.s @@ -36,7 +36,7 @@ # RADAR SAMPLING LOOP. COUNT* $$/RLEAD -RADSAMP CCS RSAMPDT # TIMES NORMAL ONCE-PER-SECOND SAMPLING +RADSAMP CCS RSAMPDT # TIMES NORMAL ONCE-PER-SECOND SAMPLING. TCF +2 TCF TASKOVER # +0 INSERTED MANUALLY TERMINATES TEST. @@ -49,7 +49,7 @@ RADSAMP CCS RSAMPDT # TIMES NORMAL ONCE-PER-SECOND SAMPLING EBANK= RSTACK 2CADR DORSAMP - CAF BIT14 # FOR CYCLIC SAMPLING, RTSTDEX= + CAF BIT14 # FOR CYCLIC SAMPLING, RTSTDEX = EXTEND # RTSTLOC/2 + RTSTBASE MP RTSTLOC AD RTSTBASE # 0 FOR RR, 2 FOR LR. @@ -93,11 +93,11 @@ VARADAR CAF ONE # WILL BE SENT TO RADAR ROUTINE IN A BY CAF RDRLOCS TCF SWCALL # NOT TOUCHING Q. -RDRLOCS CADR RRRANGE # = 0 - CADR RRRDOT # = 1 - CADR LRVELX # = 2 - CADR LRVELY # = 3 - CADR LRVELZ # = 4 - CADR LRALT # = 5 +RDRLOCS CADR RRRANGE # =0 + CADR RRRDOT # =1 + CADR LRVELX # =2 + CADR LRVELY # =3 + CADR LRVELZ # =4 + CADR LRALT # =5 From b49a3ac4618aed4ff05cb26320c7906296ab6811 Mon Sep 17 00:00:00 2001 From: Chris Garry Date: Thu, 14 Jul 2016 02:40:22 -0400 Subject: [PATCH 2/2] Add instructions for compilation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f04ef1..d3dd855 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ Apollo-11 ========= Original Apollo 11 guidance computer (AGC) source code, converted from their custom .agc files to .s files for syntax highlighting, for Command Module (Comanche055) and Lunar Module (Luminary099). Digitized by the folks at [Virtual AGC](http://www.ibiblio.org/apollo/) and [MIT Museum](http://web.mit.edu/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](http://www.ibiblio.org/apollo/ScansForConversion/Luminary099/) and [Comanche 055](http://www.ibiblio.org/apollo/ScansForConversion/Comanche055/), as well as any files I may have missed. +##Compilation +If you are interested in compiling the original source code, check out [Virtual AGC](https://github.com/rburkey2005/virtualagc). -####Attribution +##Attribution Copyright: Public domain. Filename: CONTRACT_AND_APPROVALS.agc