This section of the listing shows a summary of the USING, DROP, PUSH USING, and POP USING instructions used in your program.
Using Map Page 27
HLASM R6.0 2008/07/11 17.48
1 2 3 4 5 6 7 8 9 10 11 12
Stmt -----Location----- Action ----------------Using----------------- Reg Max Last Label and Using Text
Count Id Type Value Range Id Disp Stmt
170 00000000 00000001 USING ORDINARY 00000000 00001000 00000001 15 0002A 171 asmaxinv,r15
175 00000030 00000001 DROP 15 r15
185 00000034 00000001 USING ORDINARY 00000000 00001000 00000001 12 00000 asmaxinv,r12
186 00000034 00000001 USING ORDINARY 00000000 00001000 FFFFFFFD 7 00034 508 axpril,r07
187 00000034 00000001 USING ORDINARY 00000000 00001000 FFFFFFFA 8 00048 464 Statement,r08
188 00000034 00000001 USING ORDINARY 00000000 00001000 FFFFFFFC 10 00404 474 axpsil,r10
189 00000034 00000001 USING ORDINARY 00000000 00001000 FFFFFFFB 11 00052 465 ihadcb,r11
190 00000034 00000001 USING ORDINARY 00000000 00001000 00000001 12 00589 519 asmaxinv,r12
202 0000004E 00000001 USING LABELED 00000000 00001000 FFFFFFFF 1 00000 WA.WorkArea,r01
203 0000004E 00000001 USING LAB+DEPND +0000014A 00000EB6 FFFFFFFB 1 local.ihadcb,WA.mydcb
204 0000004E 00000001 PUSH
205 00000054 00000001 DROP 1 local
212 0000006A 00000001 POP 1 WA
213 0000006A 00000001 USING ORDINARY 00000000 00001000 FFFFFFFF 13 0014A 527 WorkArea,r13
214 0000006A 00000001 USING ORDINARY 00000000 00001000
For dependent USING instructions, the field indicates the register for the corresponding ordinary USING instruction that is used to resolve the address. If the corresponding ordinary USING instruction has multiple registers specified, only the first register used to resolve the address is displayed.
If a DROP instruction drops more than one register or labeled USING, the text for each register or labeled USING is printed on the line corresponding to the register that is dropped.
You can suppress this section of the listing by specifying either of the assembler options, USING(NOMAP) or NOUSING.
[ Top of Page | Previous Page | Next Page | Contents | Index ]