Why do we have multiple base registers in certain programs?
Answer Posted / dave grund
The more correct answer would be to address storage. Each register can address (or make reference to) 4,096 bytes of contiguous storage. If you need to address more storage than that, you need to initialize and use additional base registers.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does the following code do? Ap wkur,=p5 where wkur is a label?
explain about maximum displacement and how to cross this limit?
Explain the difference in data type "x" and "p"?
how to initialize a register to 0000?
How to pass the parameters from jcl to assembler program?
how to pass the parameters from jcl to assembler pgm?
How is data passed from a calling program to an assembler called program?
Explain how to produce soc7 abend?
What does "using" do?
What is the use of trt instruction?
Explain how to pass instream data in sysin with assembler?
Explain about maximum displacement?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Why do we use "drop"?
explain icm instruction?