1 :Info: display_absolute: da: 2022-07-22 display_absolute, da
2
3 Syntax: da ABS-ADDR range -ctl_args
4
5
6 Syntax as an active request:
7 da ABS-ADDR range -ctl_args
8
9
10 Function: dumps an absolute memory address space in the FDUMP.
11 As an active request, the values that would have been displayed are
12 returned as the active request result.
13
14
15 Arguments:
16 ABS-ADDR
17 is the starting absolute memory address, in octal.
18 RANGE
19 specifies the octal number of words to be dumped. default: dump
20 one word; or if an ITS pointer format is specified dump two words
21
22
23 Control arguments mode specification:
24 -character, -ch, -ascii
25 displays the selected number of stored words as ascii characters.
26 Characters that cannot be printed are represented as periods. As
27 an active request, returns the character representation of data
28 stored at the requested address.
29 -instruction, -inst
30 displays the selected number of stored words as instructions.
31 Usage as an active request is not allowed.
32 -octal, -oc
33 displays the selected number of stored words in octal. default
34 When used as an active request, returns data stored at the
35 requested address in octal format.
36
37
38 -ptr, -p
39 displays the selected number of word pairs as ITS pointers. When
40 used as an active request, returns the stored data in the form
41 SEGNO|OFFSET where the components are octal numbers.
42 -ptrx, -px
43 displays the selected number of word pairs as pointers and expands
44 the segno|offset to a segment name. Usage as an active request is
45 not allowed.
46
47
48 -pptr, -pp
49 displays each of the selected number of words as a packed-pointer.
50 When used as an active request, returns the stored data in the form
51 SEGNO|OFFSET where the component are octal numbers.
52 -pptrx, -ppx
53 displays the selected number of words as packed-pointers and expands
54 the segno|offset to a segment name. Usage as an active request is
55 not allowed
56
57
58 :hcom:
59 /****^ HISTORY COMMENTS:
60 1) change2022-07-22GDixon, approve2023-01-16MCR10129,
61 audit2023-02-28Swenson, install2023-02-28MR12.8-1054:
62 A) Correct format issues reported by verify_info.
63 B) Include full descriptions of mode specification control args.
64 No changes were made to the actual syntax, arguments or controls
65 accepted by the code.
66 END HISTORY COMMENTS */
67