WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM
WHICH CONTAINS ONLY ONE BASEREG?
Answers were Sorted based on User's Feedback
Answer / phil
All references to labels dependant upon the base registers
using statement below the DROP instruction in the listing
will be unresolvable by the assembler.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / nsugandhi
It will give an error at the time of assembly, if there are
some labels defined in the program(provided they are being
referenced in your program). This is because the assembler
resolves the displacement of that variable from the location
where your base register is pointing to.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guest
We cannot drop the base register, it is the memory location
for the whole program.
| Is This Answer Correct ? | 0 Yes | 6 No |
How to initialize 20,000 bytes in the Assembler..
how to pass the parameters from jcl to assembler pgm?
about maximum displacement and how to cross this limit.
Can we use an equated value as operand for an MVC instruction? Reason for the same
How we can retrieve the instream data in SYSIN ?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
What is the difference in data type "X" and "P"?
How to pass instream data in sysin with Assembler?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
What does the following code do? Ap wkur,=p5 where wkur is a label?
how to retrieve the instream data in sysin?