1 08/08/83 apply, ap
2
3 Syntax: apply VIRTUAL-ADDR RANGE command_line
4
5 Function: Extracts all or part of a segment, specified by VIRTUAL-ADDR
6 from the selected FDUMP and places a copy in a temporary segment. The
7 new path name is passed as the last argument in the command_line.
8
9
10 Argument:
11 VIRTUAL-ADDR
12 May be a segment number, name or symbolic address e.g. 64 prds
13 prds$am_data. Do a 'help virtual_address' for more detailed
14 information on acceptable virtual-address constructs.
15 RANGE
16 Specifies the number of words in octal to be copied. The default is
17 the entire segment.
18 command_line
19 any command.
20
21
22 Notes: The offset in the virtual address specifies where the copying of
23 the segment begins. When only part of a segment is extracted, it goes
24 at the beginning of the temporary segment. For example:
25
26 apply pds$am_data 400 dump_segment
27
28 will put 256 decimal words at the beginning of the segment.