1 07/20/83 associative_memory, am
 2 
 3 Syntax:  am {-control_args}
 4 
 5 Function:  Display SDW and/or PTW Associative Memories.
 6 
 7 
 8 Control Arguments (Location):
 9 -dump
10    displays the "dump" Associative Memories from the BOS CPU at the
11    time the dump was taken.  (Default).
12 -prds
13    displays Associative memories that have been stored in the current
14    processes prds.
15 
16 
17 Control arguments:
18 -all, -a
19    Specifies that ALL entries in the Associative Memories are to be
20    displayed.  Default is to display only those entries that are valid
21    (i.e., the full bit is on).
22 -ptw
23    Specifies that only the PTW Associative memories are to be displayed.
24 -pageno PAGENO
25    where PAGENO is an octal page number.  Displays only those entries
26    in the PTW Associative Memories that have a page number that matches
27    the value of PAGENO.
28 -sdw
29    Specifies that only the SDW Associative Memories are to be
30    displayed.
31 -segno SEGNO
32    where SEGNO is an octal segment number.  Displays only those entries
33    in the SDW and PTW Associative Memories that have a segment number
34    that matches the value of SEGNO.  See assoc_mem.incl.pl1.
35 
36 
37 Notes: If no control arguments are given, BOTH the SDW and PTW
38 Associative Memories are displayed for the "dump" Associative Memories.