https://github.com/virtualagc/virtualagc
Revision 1bd6f8fffc28ad42d0462934ed928cf7ef090edd authored by Ronald Burkey on 26 July 2021, 22:16:51 UTC, committed by GitHub on 26 July 2021, 22:16:51 UTC
2 parent s 3577d0b + ff4d9e7
Raw File
Tip revision: 1bd6f8fffc28ad42d0462934ed928cf7ef090edd authored by Ronald Burkey on 26 July 2021, 22:16:51 UTC
Merge pull request #1148 from ThymoNL/no-resume
Tip revision: 1bd6f8f
CmQuickStart.txt
C			# For CM.# This just duplicates a few of the CM "Quick Start" steps from 
# http://www.ibiblio.org/apollo/index.html.  I'm not certain 
# exactly what has to be done to put the AGC in a state in which
# it's receptive, but doing a V35E from the true DSKY seems to 
# do it.  However, if the AGC isn't in a receptive state, all of
# these commands will really be goofed up.
#Z			# Clear any uplink errors.
#"          "		# Delay 5 seconds
V05N09E			# Show program alarms
"          "		# Delay 5 seconds.  Each space is 0.5 seconds.
			# The quotes are just to make it easy to see how
			# many spaces there are, but aren't necessary in
			# the syntax.  Everywhere else it looks like you
			# see spaces, they're really tabs, and tabs don't
			# trigger delays.
V91E			# Commence showing memory-bank checksums.
"          "		# Delay 5 seconds.
V33E			# Show next memory bank
"          "		# Delay 5 seconds.
V33E			# Show next memory bank
"          "		# Delay 5 seconds.
V33E			# Show next memory bank
"          "		# Delay 5 seconds.
V33E			# Show next memory bank.  I figure that's enough,
			# though there are really a lot more banks to go!
"          "		# Delay 5 seconds.
V16N36E			# Commence showing time.
"          "

back to top