Proof INTERPRETER #217 pages 1120 to 1129 #772
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1120-1129 of #217
A couple of notes while reviewing my PR:
White space
I tried to match the indentation and white space exactly, which means that many paragraphs begin with
\t(3 spaces). You can see this when looking at line 420 of the file, and comparing it to page 1120 in the Comanche scans. The leading "S" is over the "D" in the following line, and looking down, over the "L" in the word "LAST" for the code.The entire file seems to follow this convention, but while the previous 419 lines are said to have been proofed, this is not reflected in the file. Looking back 1 page, and at line 387, it should be indented, and is not. Just giving reviewers a heads-up and if you want my version reverted I will. If you want the rest of the file changed to match let me know and I'll make another PR with those changes.
Also, there is some indentation-fiddly-ness that exists starting on line 551; page 1125, and the same thing happens starting on 650; page 1128. Tabs followed by spaces to get letters to line up properly.
Bad code?
Starting at line 662; page 1128 there is this code:
If you look at the scan though, the code should be:
I don't know enough about AGC assembler to know if this is a bug that was fixed and needs to remain different from the scans, or if someone thought it was a bug, changed it, and now the running code doesn't match the scans and the original. I am more than happy to change it to match the scan, but I didn't want to change a bugfix and potentially reintroduce such a thing to the system (as there may be people running this code).
Thank you for your time, and please let me know if there are any changes that should be made.