Source Code

These source code files have been transcribed or otherwise adapted from digitized images of a hardcopy from the private collection of Don Eyles. The digitization was performed by archive.org, and transcription was performed by a team of volunteers. Note that the page images presented online are of reduced quality, and that the original high-quality images are available at archive.org. Report any conversion errors or legibility problems in page images to info@sandroid.org. Notations on the program listing read, in part:

    473423A YUL SYSTEM FOR BLK2: REVISION 12 of PROGRAM AURORA BY DAP GROUP   NOV 10, 1966
Note that the date is the date of the printout, not the date of the program revision.

001133,000002:                                                                                                  ## Copyright:    Public domain.
001134,000003:                                                                                                  ## Filename:     INPUT_OUTPUT_CHANNELS.agc
001135,000004:                                                                                                  ## Purpose:      Part of the source code for Aurora (revision 12).
001136,000005:                                                                                                  ## Assembler:    yaYUL
001137,000006:                                                                                                  ## Contact:      Ron Burkey <info@sandroid.org>.
001138,000007:                                                                                                  ## Website:      https://www.ibiblio.org/apollo.
001139,000008:                                                                                                  ## Pages:        26
001140,000009:                                                                                                  ## Mod history:  2016-09-20 JL   Created.
001141,000010:                                                                                                  ##               2016-10-16 JL   Transcribed.
001142,000011:                                                                                                  ##               2016-12-07 RSB  Proofed comments with octopus/ProoferComments
001143,000012:                                                                                                  ##                               and made a few changes.
001144,000013: 
001145,000014:                                                                                                  ## This source code has been transcribed or otherwise adapted from
001146,000015:                                                                                                  ## digitized images of a hardcopy from the private collection of
001147,000016:                                                                                                  ## Don Eyles.  The digitization was performed by archive.org.
001148,000017: 
001149,000018:                                                                                                  ## Notations on the hardcopy document read, in part:
001150,000019: 
001151,000020:                                                                                                  ##       473423A YUL SYSTEM FOR BLK2: REVISION 12 of PROGRAM AURORA BY DAP GROUP
001152,000021:                                                                                                  ##       NOV 10, 1966
001153,000022: 
001154,000023:                                                                                                  ##       [Note that this is the date the hardcopy was made, not the
001155,000024:                                                                                                  ##       date of the program revision or the assembly.]
001156,000025: 
001157,000026:                                                                                                  ## The scan images (with suitable reduction in storage size and consequent
001158,000027:                                                                                                  ## reduction in image quality) are available online at
001159,000028:                                                                                                  ##       https://www.ibiblio.org/apollo.
001160,000029:                                                                                                  ## The original high-quality digital images are available at archive.org:
001161,000030:                                                                                                  ##       https://archive.org/details/aurora00dapg
001162,000031: 

Page 26

001164,000033: 
001165,000034: E7,1607                        HISCALAR           EQUALS   3                                     
001166,000035: E7,1607                        LOSCALAR           EQUALS   4                                     
001167,000036: E7,1607                        OUT0               EQUALS   10                                    
001168,000037: E7,1607                        DSALMOUT           EQUALS   11                                    
001169,000038: E7,1607                        CHAN12             EQUALS   12                                    
001170,000039: E7,1607                        CHAN13             EQUALS   13                                    
001171,000040: E7,1607                        CHAN14             EQUALS   14                                    
001172,000041: E7,1607                        MNKEYIN            EQUALS   15                                    
001173,000042: E7,1607                        NAVKEYIN           EQUALS   16                                    
001174,000043: E7,1607                        CHAN33             EQUALS   33                                    
001175,000044: E7,1607                        DNTM1              EQUALS   34                                    
001176,000045: E7,1607                        DNTM2              EQUALS   35                                    
001177,000046:                                                                                                  #  END OF CHANNEL ASSIGNMENTS

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