https://github.com/virtualagc/virtualagc
Raw File
Tip revision: a8d66c8ae3c4d967053e2bfb4298e90182cbeff2 authored by Ron Burkey on 06 March 2024, 12:40:55 UTC
Minor tweaks associated with supporting Skylark 48.
Tip revision: a8d66c8
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