Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ source — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
SOURCE -- Specifies the source code file for DEBUG to display.  Most of the
          time, DEBUG can figure out the correct source code to display.
          However, in some cases, DEBUG picks incorrectly.  The main use of
          the SOURCE command is to pick the right source code to display when
          DEBUG cannot figure it out.  SOURCE can be abbreviated to either
          SO or SRC.

  > SOURCE  ~mydir/f1.pas   (DEBUG will display the contents of f1.pas.)

  > SOURCE  ~testdir        (DEBUG will search directory ~testdir if it cannot
                             find the source code in the working directory.)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026