Define Register addressing mode:
Posted in Microprocessors Interview Questions
Datum is in the register that is specified by the instruction
E.g : MOV CX,AX (16 bit operand)
MOV CL,AL ( 8 bit operand)
Related Interview Questions
-
Name 5 different addressing modes? 10.01.09
Immediate, Direct, Register, Register indirect, Implied addressing modes... -
Define Inter segment Indirect addressing mode: 14.11.08
It replaces the contents of IP and CS with the contents of two consecutive words in memory that are referenced by using any of the data related addressing mod... -
Define Intra segment Indirect addressing mode: 14.11.08
The effective branch address is the contents of a register or memory location that is accessed using any of the data related addressing modes except the immedia... -
Define Based Indexed addressing mode: 14.11.08
The effective address is the sum of a base register and an index register , both of which are specified by the instruction.It is also called as Base related Ind... -
Define Register relative addressing mode: 14.11.08
The effective address is the sum of an 8- or 16 bit displacement and the contents of a base register or an index register.... -
Define Register Indirect Addressing mode: 14.11.08
Effective address of the datum is in the base register BX or an index register that is specified by the instruction.... -
Define Relative based indexed addressing mode: 14.11.08
Relative Based Indexed Addressing Mode : Effective Address is calculated by the sum of 8- or 16 bit displacement and a based indexed address. E.A.= (BX or BP... -
Define Register Relative Addressing Mode. 14.11.08
Register Relative Addressing Mode : The Effective Address is Calculated by the sum of 8- or 16 bit displacement and the contents of a base Register or an index... -
What is AMODE(24), AMODE(31), RMODE(24) and RMODE(ANY) (applicable to only MVSESA Enterprise Server) ? 31.07.08
These are compilelink edit options. Basically AMODE stands for Addressing mode and RMODE for Residency mode. AMODE(24) - 24 bit addressing; AMODE(31) - 31 bi... -
Name 5 different addressing modes? 17.03.06
Immediate, Direct, Register, Register indirect, Implied addressing modes...
No comments:
Post a Comment