SYSTEM   OVERVIEW 11/44

PDP-11/44 processor handbook

This is my PDP-11/44 system.
DIGITAL introduced the PDP-11/44 in November 1979.
The PDP-11/44 incorporates the complete PDP-11/70 instruction set and memory expansion of 1 Mb in a single low-cost package.
The PDP-11/44 was the last PDP-11 implemented in discrete logic.
At this moment I have the following peripherals connected to my PDP-11/44 system.

Jumps within this page are the following.



GENERAL   SYSTEM   INFORMATION  
PDP-11/44 system key 
This system with all the storage devices was picked up in Rotterdam. The system came with 3 RL02 removable disk drives, but I had the opportunity to swap one RL02 for the RA60 with 2 packs.
Here you see the key to turn on the system. DIGITAL learned that a metal key as used on the PDP-11/40 and the PDP-11/70 for example, was a major cause for ESD problems damaging the system. A person can carry a high charge which will discharge when the person touches the metal key. This red plastic key has the text "Anti Static" on it, and it does not conduct a charge. The PDP-11/24 and PDP-11/44 had a red key, whereas the PDP-11/84 and PDP-11/94 used a grey key.
Back to top

11/44   SYSTEM   CONSOLE


PDP-11/44 programmer's console switch
 HALT/CONT/BOOT  
switch
This is a 3-position toggle switch with the follong positions.
  • HALT - The CPU program is stopped.
  • CONT - Continue. The CPU program is continued.
  • BOOT - A momentary position that enables the bootstrap program.
    When the toggle switch is released, the switch returns to the CONT position.

PDP-11/44 programmer's console indicators
    RUN    
  • ON
  • OFF
 - The processor is executing instructions.
 - The processor is halted.
DC ON
  • ON
  • Blinking (5 Hz) 
  • OFF
 - Indicates DC power is present and all voltages are within the specified levels.
 - Indicates one or more of the voltages is not within the specified levels.
 - The DC power is off.
BATT
  • ON
  • Slow  blinking 
  • Fast  blinking 
  • OFF
 - Battery is present and charged to 90% or greater capacity.
    Used only when the battery backup unit (H7750) is installed.
 - Battery is at less than 90% capacity and is charging.
 - The AC power has failed, discharging, memory contents are valid.
 - Battery is fully discharged or not present.
    Memory locations will be destroyed when the AC power fails.
 REMOTE 
  • ON
  • OFF
 - CPU is under control of the remote diagnostic unit.
 - CPU is not being accessed by the remote diagnostic unit.

The power switch is a 4-position rotary keyswitch with the following positions.

PDP-11/44 console detail

Back to top

THIS   11/44  SYSTEM   CONFIGURATION
As usual, slot #1 is at the right hand side when you stand in front of the computer. So, from right to left you see the following system units in my PDP-11/44.
PDP-11/44 in BA11-A box
Click the image for a larger picture (784 x 702 , 131 kB).
  • PDP-11/44 processor boards
    1. A-B : M7090 - Console Interface Module
      C-F : empty, reserved for M7091 (KE44-A)
    2. A-F : empty, reserved for M7092 (KE44-A)
    3. A-F : M7093 - FP11-F
    4. A-F : M7094 - Data path module
    5. A-F : M7095 - Control module
    6. A-F : M7096 - Multi-function module
    7. A-F : M7097 - KK11-B cache memory
    8. A-F : M7098 - UNIBUS interface
    9. A-F : M8722 - MS11-M , MOS memory
    10. A-F : M8743 - MS11-P , MOS memory
    11. A-F : empty
    12. A-F : empty
    13. A-F : QuadraSync-E comm. module
    14. A-B : M9202 - UNIBUS bridge to next backplane
      C-D : G7273 - grant continuity module
      E-F : empty
Back to top

11/44  CONSOLE   COMMANDS

The PDP-11/44 accepts several commands from the system terminal, if the system is in "console mode". When the system is not in console mode, it is in program I/O mode, and data to or from the terminal is controlled by the software currently being executed. You can get into console mode by :

  1. halt the processor
  2. type the console break character ^P (control-P).
    The ^P is only accepted if the key switch is in the position "LOCAL".
When the system is in console mode, the following commands are valid.

command  explanation
AAdder
This command prints the 16-bit result of the current address pointer and the last data examined plus 2. The command can be used to calculate the effective address for an instruction using mode 6, register 7 or mode 7, register 7.
BBoot
The boot command is only possible after the processor is halted. When only "B" is entered without the optional device code, a default boot is done depending on the switches on the UBI (UNIBUS Interface, M7098). The optional device identifier is a two-character code which identifies from which peripheral device the system is booted. The identifier can include a unit number. If no uinit number is entered, the default number is 0.
CContinue
If the processor was halted when the "C" was initiated, the processor will begin operating, and the system will enter the program I/O mode. If the processor was running when the "C" command was initiated, the system will only enter the program I/O mode.
DDeposit
The deposit command will deposit data in the specified address. The address space depends on the qualifiers specified with the command. Initiating deposits while the processor is running is illegal unless the deposit is to the console switch register ("D  SW  data"). The address can be a one to eight digit octal number, SW or any of the special address characters, and the data in the command can be a one to six digit octal number.
Upon completion of the deposit command, the console will respond with the console prompt (>>>).
EExamine
Examines are allowed while the processor is running. The console responds to the examine command by printing the 8-digit physical address examined, followed by the 6-digit octal data contained in that location (if the printout is not inhibited by a control character). The address can be a one to eight digit octal number, SW or any of the special address characters. The address is optional. If none is entered, the last address is incremented by 2 or 1 if the /G or /M qualifier is used. Upon completion of the examine command, the console will respond with the console prompt (>>>).
FFill
The syntax for the FILL command is "F  count", where count is a one to six digit octal number. However, the maximum fill count is 17 (octal). If an number greater than 17 is entered, the fill count is set to 17. After you entered the FILL command, the console will send count NULL characters after each Carriage Return character. "F" immediately followed by a CR resets the count to zero. Upon completion of the fill command, the console will respond with the console prompt (>>>).
HHalt
The HALT command initiates a halt by asserting the CPU halt request. If the request is honored and the clock is stopped, the console examines register R7 (the PC), then prints 17777707 and the updated PC value. If the processor does not halt within 600 ms, an error message is printed. If the processor is halted when the HALT command is issued, the halt request is not asserted and the console responds with the console prompt (>>>), no error message is issued.
IInitialize
The INITIALIZE command is only valid if the processor is halted. Upon receiving a valid INITIALIZE command, the console issues a UNIBUS initialize. Then the console prints the console prompt (>>>).
MMicrostep
NSingle-instruction step
RRepeat
This command will repeatedly execute the EXAMINE or DEPOSIT command and is terminated by ^C (Control-C).
The syntax is "R  command".
SStart
The START command is only valid if the processor is halted. The data, if specified, is a one to six digit octal number that is deposited in the PC when the command is performed. The console responds to a valid START command by issueing an initialize and depositing data into the PC. If no data is specified, the PC is unchanged. Following the initialize and the deposit, the processor continues and the system enters the program I/O mode.
TSelf-test
The SELF-TEST command is valid while the processor is running only if no qualifiers are specified. If qualifiers are specified, the processor must be halted. The qualifiers that may be used are /E (test-intensive) or /A (test-extensive-APT). The self-test is executed in response to this command and also upon entry into console mode (via ^P) or processor halt. If the self-test is completed without error, the message (CONSOLE) is printed followed by the console prompt.
If the self-test was entered as a result of a processor halt, then the test is run, the PC is examined, the contents are printed, and the console prompt is printed. If any of the tests being performed detect an error, the appropriate error message is printed and the test program will loop on the error.
If the T/E or T/A command is entered, additional tests are performed along with the self-test. The console responds to the T/E command by printing CONSOLE-TESTB followed by the console prompt.
Caution
The T/E and T/A commands modify main memory !
The T/A command restarts the processor after the execution of the command.
XBinary Load/Unload
  All addresses specified in a console command are assumed to be 22-bit physical addresses and all data transfers are 16-bit word transfers.   Several console commands can have expressions, special characters, and qualifiers.

... more to be added ...
Back to top