Answer Posted / bala
Base Register is the register, acts as a address holder of
the base storage location from where the datas were stored
continuously. Assembler uses the Base register value to
find the data that is required.
Is This Answer Correct ? | 225 Yes | 42 No |
Post New Answer View All Answers
What is maximum displacement and how to cross this limit?
Explain the difference in data type "x" and "p"?
What will happen if we drop the base register in the program which contains only one basereg?
How do you round the addition or subtraction of two numbers in assembler?
Explain about house keeping in assembler?
Why do we use "drop"?
how to initialize a register to 0000?
how to pass the parameters from jcl to assembler pgm?
What does "using" do?
How are data passed from jcl parm to assembler program?
How is data passed from a calling program to an assembler called program?
How many maximum base registers we can have in a single program?
what is need of start 0? In steed of
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
explain about maximum displacement and how to cross this limit?