Why do we have multiple base registers in certain programs?

Answers were Sorted based on User's Feedback



Why do we have multiple base registers in certain programs?..

Answer / mike m

A SINGLE BASE REGISTER ACCOUNTS FOR 4096 BYTES OF STORAGE.

YOU NEED A BASE REG. FOR EACH 4K. IF YOUR PROGRAM IS 12K,
YOU NEED AT LEAST 3 BASE REGS.

Is This Answer Correct ?    16 Yes 3 No

Why do we have multiple base registers in certain programs?..

Answer / ajay kuriyal

it all depends upon the length of your program , if it is
more than 4095 then we need 2 register else only one can do
needful.
basically we can even use savearea register as a base
register, so as to accomodate the length of the program

Is This Answer Correct ?    10 Yes 1 No

Why do we have multiple base registers in certain programs?..

Answer / 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

Why do we have multiple base registers in certain programs?..

Answer / guest

To extend the Memory location of the current module

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Assembler Interview Questions

What is maximum displacement and how to cross this limit?

0 Answers  


how to retrieve the instream data in sysin?

0 Answers   IBM,


What will happen if we drop the base register in the program which contains only one basereg?

0 Answers  


How we can retrieve the instream data in SYSIN ?

2 Answers   Tech Mahindra,


What is the difference in data type "X" and "P"?

5 Answers  






Explain how to produce soc7 abend?

0 Answers  


What is the difference between various read and find statement,and which one should be used when for better adabas performance ?

2 Answers   IBM,


Explain about base register?

0 Answers  


Explain the difference between various read and find statement?

0 Answers  


Why do we use "drop"? What does "using" do?

4 Answers  


explain icm instruction?

0 Answers   IBM,


Why do we use "drop"?

0 Answers  


Categories