What is base register?
Answers were Sorted based on User's Feedback
Answer / res
Base register stores starting address of programme. if we want to relocate programme....just need to change base register content.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sysprog
The content of a base register is added to a displacement, and/or to the content of an index register, thereby to determine the address of the source or destination memory location upon which the instruction is to act.
When 0 is specified in the base regester position in an instruction, it is not interpreted by the assembler or the machine as a base register or as referencing register 0; in that position it means no base register for that instruction.
A program base register is used in specifying addesses of memory areas within the program, including instructions and storage areas.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anon y mous
This is why you should only hire American programmers that
actually know what they are doing. Enough of the answers
are wrong that it makes me wonder why we think we get our
money's worth when we hire offshore "talent".
Read the IBM z/OS manuals to get the real answer.
Is This Answer Correct ? | 4 Yes | 5 No |
Answer / x506
In 16-bit mode, the base register, EBX, acts as a general-purpose pointer. Besides the specialized ESI, EDI, and EBP registers, it is the only general-purpose register that can appear in a square-bracket memory access (For example, MOV [BX], AX). In the 32-bit world, however, any register may serve as a memory offset, so the base register is no longer special.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / s abbas
It is used to hold a number that can be added or sometimes in subtraction from to the address portion of a computer instruction to form an effective address it is also called index register
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / gul
base register is used to store address of current memory locations during execution.
Is This Answer Correct ? | 5 Yes | 7 No |
Answer / supriya tiwari
Base register holds the address of current memory locations..
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / adnan shah
Base registers are the registers which are used for data movements. It has special adressing abilities. It holds that adress of data which tells that where the data was stored before execution.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / justin raj
in addition to serving as a general-purpose data
register,base register can be used for computing the data
memory address
Is This Answer Correct ? | 3 Yes | 6 No |
How to initialize 20,000 bytes in the Assembler..
What does LA R3,R3 ?
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
How many maximum base registers we can have in a single program?
What is base register?
What is maximum displacement and how to cross this limit?
Explain how to pass instream data in sysin with assembler?
Why do we use "drop"? What does "using" do?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
about ICM instruction.
What is icm instruction?
How to pass instream data in sysin with Assembler?