Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

10.0;esa (external_symbol_address), revision 1.0, 88/05/06
esa (external_symbol_address) - display address of external symbol.
usage: esa symbol_name



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

     symbol_name (required)
                      Specify the 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
     This command displays the address of gpr_$init.  This symbol resides
     within the GPR library, which was installed at system start-up time.

     $ esa gpr_$init
     A1580C
     $



SEE ALSO
     More information is available.  Type

     help  las      For information on identification of the library
                    containing the symbol

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