mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-13 16:24:37 +00:00
Scan error in Comanche055/ERASABLE_ASSIGNMENTS.agc
Just a 'D' in a comment which was accidentally mistaken for a '0'. 100 -> 10D. This is correct in LM code.
This commit is contained in:
parent
4d15e4d9d3
commit
57865ba95b
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ NOUNCADR ERASE # MACHINE CADR FOR NOUN
|
|||
MONSAVE ERASE # N/V CODE FOR MONITOR. (= MONSAVE1-1)
|
||||
MONSAVE1 ERASE # NOUNCADR FOR MONITOR (MATBS) = MONSAVE+1
|
||||
MONSAVE2 ERASE # B(1)PRM NVMONOPT OPTIONS
|
||||
DSPTAB ERASE +11D # 0-100, DISPLAY PANEL BUFF. 11D, C/S LTS.
|
||||
DSPTAB ERASE +11D # 0-10D, DISPLAY PANEL BUFF. 11D, C/S LTS.
|
||||
NVQTEM ERASE # NVSUB STORAGE FOR CALLING ADDRESS
|
||||
# MUST = NVBNKTEM-1.
|
||||
NVBNKTEM ERASE # NVSUB STORAGE FOR CALLING BANK
|
||||
|
|
Loading…
Add table
Reference in a new issue