The line directly below the last line of the BLLS or REGS area indicates the next instruction to be executed and the instruction that was executed previously. In the previous illustration, the following lines appears:
NEXT ZAP X'A28'(4,RD),X'2F1'(3,RD) AT +007A4 PREV STH R0,0(,R1) AT +007A0
Following the instruction, on the same line, at +007A4 gives the displacement of the instruction in the program (7A4). If the instruction resides outside the program, the address of the instruction is given instead, expressed as eight-hexadecimal digits.
To the right of the instruction, on the same line, at +007A0 is the displacement of the instruction in the program (7A0). If the instruction resides outside the program, the address of the instruction is given instead, expressed as eight hexadecimal digits.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|