Answer Posted / 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 |
Post New Answer View All Answers
What will happen if we drop the base register in the program which contains only one basereg?
How many maximum base registers we can have in a program?
what is need of start 0? In steed of
Explain how to initialize a register to 0000?
What is icm instruction?
Explain about house keeping in assembler?
What does "using" do?
How many maximum base registers we can have in a single program?
Explain how to access vsam file?
Explain about base register?
Explain how to produce soc7 abend?
What is need of start 0?
explain about maximum displacement and how to cross this limit?
Explain the difference between various read and find statement?
how to pass the parameters from jcl to assembler pgm?