MAP PSAM/DAPDB Commands MAP
NAME
map - display code and array store maps
SYNOPSIS
map
map a
map c
map k
DESCRIPTION
The map command displays maps of the code (both MCU and
coprocessor) and array store occupancy of your program.
Without parameters the map command displays a map of code
store occupancy followed by a map of array store occupancy.
If a parameter a or c is supplied then a map of array store
occupancy only or code store occupancy only is displayed.
Likewise a parameter k specifies that only the coprocessor
map be displayed.
The code store map comprises four columns for each code sec-
tion (or FORTRAN-PLUS procedure). The first column gives
the Name of the code section. The second and third columns
give the Start address and Size of the code section. Each
is in words, and the start addresses are relative to the
start of the code store block assigned to the current user
program. The fourth column gives the Language of user-
written code sections. For FORTRAN-PLUS, this column distin-
guishes procedures compiled with a release 3.2 or earlier
compiler from those compiled with a 3.3 or later compiler.
Procedures compiled with a release 3.2 or earlier compiler
have their language displayed fortran-plus, otherwise the
display is FORTRAN-PLUS.
The array store map comprises four columns for each area.
The first column gives the Name of the area. The second and
third columns give the Start address and Size of the area.
Each is in planes, and the start addresses are relative to
the start of the array store block assigned to the current
user program. The fourth column gives the Mode of areas
corresponding to APAL or FORTRAN-PLUS data sections, or
FORTRAN-PLUS literals areas.
SEE ALSO
code, array
AMT Release 4.1S Last change: 8th January 1991 1