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 is icm instruction?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
How many maximum base registers we can have in a program?
What does "using" do?
Explain how to pass instream data in sysin with assembler?
how to pass the parameters from jcl to assembler pgm?
Explain how to access vsam file?
Explain how to initialize a register to 0000?
Ap wkur,=p5 where wkur is a label?
Explain the difference in data type "x" and "p"?
How is data passed from a calling program to an assembler called program?
what is need of start 0? In steed of
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
how to initialize a register to 0000?
How do you round the addition or subtraction of two numbers in assembler?