chrislgarry / Apollo-11

Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof SYSTEM_TEST_STANDARD_LEAD_INS

wopian opened this issue · comments

Proof read transcribed code of SYSTEM_TEST_STANDARD_LEAD_INS against scans

Lines: 125
Page: 0370—0372 (3)

Reduced quality scans can be found here

Hi! @wopian. I'm new here, can I work on this issue?

Hi! @wopian. I'm new here, can I work on this issue?

Go ahead! 👍

Ok, thanks @wopian :)
I have this question

  1. On page 370 we have these lines I'm highlighting
    image

This is the corresponding transcription.

ADS EBUF2 +1 # FORM BBCON. (WAS FBANK)
NDX EBUF2
CA 0 -1 # GET CADR OF ROUTINE.

There a tab between EBUF2 and +1, and the same for 0 and -1. Is this ok or should I replace this tab with a space?

Same thing happens in page 372 for these lines
image

EXIT # LEAVE VIA RVQ OR EQUIVALENT.
LXCH EBUF2 +1 # PICK UP RETURN.
TCF INTPRET +2 # SET LOC AND RETURN TO CALLER.

There a tab between EBUF2 and +1, and the same for 0 and -1. Is this ok or should I replace this tab with a space?

These are different columns in the printouts.

Make sure you read https://github.com/chrislgarry/Apollo-11/blob/master/CONTRIBUTING.md#formatting as the GitHub previews don't always display tabs 8 spaces wide (it does while editing the file however).

It should look like the following in your editor:

image

Ok! I opened #667 for this issue