Why do we have multiple base registers in certain programs?
Answer Posted / 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 |
Post New Answer View All Answers
What does "using" do?
explain about maximum displacement and how to cross this limit?
Explain about house keeping in assembler?
How many maximum base registers we can have in a single program?
What is maximum displacement?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Ap wkur,=p5 where wkur is a label?
Explain the difference in data type "x" and "p"?
Explain about base register?
What is house keeping in assembler?
What will happen if we drop the base register in the program which contains only one basereg?
what is need of start 0? In steed of
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?