- Are registers N, P, Q, K, F, FA memory-mapped?
- If a program manually raises the flag for sequence 0, from where does sequence 0 begin executing? (See also the question about the TSP and index register 0, below).
- Was the U-memory ever fitted?
- If "trap on sequence change" is active and we change to sequence 41, is the TRAP sequence (42) activated? If so, what will it see in the E register when it begins to run?
- What sets the CODABO start point registers 03777710-03777717? Or are those the actual addresses (i.e. would execution begin at 03777710 rather than [03777710])?
- What constitutes an invalid address for the purposes of the PSAL alarm? For example, the gap between U-memory and V-memory? Does PSAL fire when P points to a location in S-memory but the S-memory is disabled on the console? Similarly for the other memories which can be disabled (T, U, V).
- If I write to a location which is in practice read-only (e.g. non-flip-flop V-memory, such as the plugboard or the shaft encoder register) does an alarm occur?
- If I use the MKC instruction to set the meta bit of an arithmetic unit register (register A for example), this apparently just sets the meta-bit in the M register (User guide page 5-23). What is the practical significance of this? Is this event detectable by the programmer?
- Are there any writable locations in the V-memory other than registers A, B, C, D, E? What are they, how do they behave?
- Is the plugboard which configures sequence priorities memory-mapped? If yes, how does it appear?
- If you press "RESET 0" and the defer bit is set in the "RESET 0" location, does a deferred addressing cycle occur (similarly for resets 1-7)?
- Was the XEQ instruction implemented? This appears as a hand-written note on the opcode table of my scanned copy of the User handbook, apparently as opcode 2. But the document doesn't describe that instruction. Sketchpad does not appear to use it.
- Does it matter what the N register holds at start-up (e.g. after CODABO has been pressed)? It presumably won't matter if the hold bit is set or not, since the active sequence is 0.
- The manual states that "flip-flops" are reset by CODABO. Does this include zeroing all the flip-flops in V memory? Does this include registers N, P, Q, K, F, FA?
- The description of the audio system describes the existence of a microphone. Can its signal be read by a program?
- Is there surviving documentation on the magnetic tape unit? (It is not included in the edition of the User Handbook I have).
- Is there surviving documentation on the plotter? (It is not included in the edition of the User Handbook I have).
- If a TSD instruction causes "Dismiss and Wait", (because the buffer is busy for example) and the meta bit of the location which would have been used is set, and the trap circuit is set to "trap on metabit set on operand", does the flag for Unit 42 get raised?
- How is a not-held instruction (overriding the default for LDE, ITE, JPX, JNX) indicated in the symbolic assembler input? I was unable to find an example.
- Is there a difference between the configuration values 34 and -3? Both seem to occur in symbolic code (e.g. the examples memo by H. Philip Peterson, 6M-5780, July 23, 1958).
- The user handbook (ch. 6) appears to state that it is possible to assemble an instruction into both the left and right halves of a word. Is the operand address portion of both instructions discarded? If not, how is it handled?