This permanent memorandum, dated September 26, 1961, from S. Lambert (approved by Harlan E. Anderson), establishes standardized symbol conventions and program format for PDP-1 Maintenance programs. The need for this standardization arose from the large number of individuals involved in writing and checking out these programs.
The document mandates the use of specific symbols for small routines written in FRAP language:
be (xx): beginning of programfi (xx): end of programeh (xx): error haltph (xx): program halt (can be defined by fi (xx) if it's the end of the program)t (xx): temporary storagep (xx): reference symboltb (xx): beginning of tableIt also specifies a standard format for the beginning and end of all diagnostic routines, which includes initial lines for the test name, date, and author, followed by specific code blocks like bel szs 10, hlt, the program body, and a concluding section with fil szs 20, jmp bel, and other instructions for proper program termination and restart. A sample program is included to illustrate these guidelines.
Site structure and layout ©2025 Majenko Technologies