This document describes the Typewriter Control (TYC) program (M-1101), a utility designed to aid in debugging and controlling other computer programs directly from an on-line typewriter, specifically for the PDP-1. TYC is programmed in DECAL and FRAP, and operates by entering a waiting loop for user input.
Key functionalities of TYC include:
a), display the contents of the current address (w), or increment the PC and display successive memory contents (i, t).c).f).e). TYC manages the saving and restoring of AC and IO registers during execution and allows for continuous execution of instructions if Sense Switch 1 is active.d), streamlining debugging and control.TYC also provides several subroutines that can be called by other programs, such as getl (to get a typed character), getn (to read 'n' octal digits as a computer word), and type (to print a word in octal).
Recent modifications have introduced advanced features for block manipulation and comparison:
xa-β-γ-) to set beg, end, and new parameters (octal numbers representing register addresses or values).y) to copy the contents of registers from a specified beg to end address into another block of registers starting at new.z) to compare the contents of the beg to end block with the new block, printing any differences. This feature is particularly useful for analyzing the state of memory before and after a program has executed.Site structure and layout ©2025 Majenko Technologies