Revision 49926c64aa2d4ea8cd64b4eaa626d22f43bfaeeb authored by Ron Burkey on 12 October 2018, 13:13:55 UTC, committed by Ron Burkey on 12 October 2018, 13:13:55 UTC
to comments in *.agc files that include the strings -SIMULATION or
+SIMULATION.  The former are automatically commented out if --simulation
is used, while the latter are commented out is --simulation is *not*
used.  All of that was for the sole purpose of adding a -SIMULATION
specifier to a single line in Validation.agc that proves inconvenient
sometimes for simulations of the AGC electronics.  There's a new target
in the top-level Makefile (namely Validation-hardware-simulation) that
isn't one of the default ones, but which when used, builds a separate
rope (Validation/Validation-hardware-simulation.agc.bin) and html with
that one inconvenient line in Validation.agc commented out.  Overkill, I
know.
1 parent 0a720cd
Raw File
SUBROUTINE_CALLS.agc
### FILE="Main.annotation"
## Copyright:	Public domain.
## Filename:	SUBROUTINE_CALLS.agc
## Purpose:	Part of the source code for Artemis (i.e., Colossus 3),
##		build 072.  This is for the Command Module's (CM) 
##		Apollo Guidance Computer (AGC), for 
##		Apollo 15-17.
## Assembler:	yaYUL
## Contact:	Onno Hommes <ohommes@alumni.cmu.edu>
## Website:	www.ibiblio.org/apollo/index.html
## Page Scans:	www.ibiblio.org/apollo/ScansForConversion/Artemis072/
## Mod history:	2009-07-29 OH	New file created.
## 		2009-09-04 JL	Fix typo.
##		2010-02-20 RSB	Un-##'d this header.
##		2017-01-04 RSB	Proofed comment text using octopus/ProoferComments
##				and fixed errors found.

## Page 37

		SUBRO	ERASTOTL	041
		SUBRO	DIOGENES	064
		SUBRO	MEDUSA		035
		SUBRO	MENLAUS		061
		SUBRO	ULYSSES		029
		SUBRO	ZEUS		046

back to top