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 "using" do?
What is the use of trt instruction?
how to pass the parameters from jcl to assembler pgm?
What will happen if we drop the base register in the program which contains only one basereg?
What is need of start 0?
How many maximum base registers we can have in a program?
Explain how to pass instream data in sysin with assembler?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
What is icm instruction?
Explain about maximum displacement?
How many maximum base registers we can have in a single program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What is maximum displacement and how to cross this limit?
Ap wkur,=p5 where wkur is a label?
Explain about house keeping in assembler?