Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ esa — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

1.1;esa (external_symbol_address), revision 1.1, 81/06/27
ESA (EXTERNAL_SYMBOL_ADDRESS) -- Display address of external symbol.
usage:  ESA symbol_name


FORMAT

  ESA symbol_name


  ESA  displays the address of an external symbol in an installed library.  This
  command is primarily intended for system-level debugging.


ARGUMENTS

  symbol_name
  (required)         Specify symbol whose address you wish to display.   ESA  is
                     case  sensitive with respect to the symbol name.  Lowercase
                     must be used to refer to symbols  defined  in  FORTRAN  and
                     Pascal  programs.    Mixed case may be used, as needed, for
                     symbols defined in C programs.


EXAMPLES

    $ esa stream_$get_rec
    068186
    $

  The command above displays  the  address  of  STREAM_$GET_REC.    This  symbol
  resides  within  the  streams  library,  which was installed at system startup
  time.

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