What is the immediate addressing mode?

Answers were Sorted based on User's Feedback



What is the immediate addressing mode?..

Answer / akshay sangoram

The way in which operand is specified in the instruction is
called addressing mode.
e.g.:Immediate,register,Direct,Register Direct,etc.

Immediate Addressing Mode: Here 8 bit or 16 bit data can be
specified as part of instruction.
e.g. MOV AL,50H
MOV BX<5000H

Is This Answer Correct ?    54 Yes 16 No

What is the immediate addressing mode?..

Answer / muhammad naqash

it is the mode inwhich the instruction itself has the
operand or we can say that when processor wants to take the
operand then it fetch the operand from cache memory.
written by kashi

Is This Answer Correct ?    12 Yes 2 No

What is the immediate addressing mode?..

Answer / karthi.m btech it

immediate address mode means

Ex MVI B,#20h

here the value 20 is moved to operand B,

conclusion: in direct address mode we specify the address of
the value (which value is to be processed like move
,add,sub)but in immediate mode we specify the value so no
need to read a data from main memory,the given value is
immediately processed with out storing a main memory

so it called as immediate mode

Is This Answer Correct ?    8 Yes 1 No

What is the immediate addressing mode?..

Answer / tareq alzoubi

THE DATA WILL BE FOUND IN THE INSTRUCTION AS MVI B,68H OR
THE DATA 'LL BE FOUND IMMEDIATLLY IN THE OPERAND NO NEED TO
GET THE ADDRESS ANF DETCH THE DATA FROM THE MEMORY

Is This Answer Correct ?    6 Yes 1 No

What is the immediate addressing mode?..

Answer / sweetfriend4u23

In this mmode the operands are specific in the instruction itself.immediate mode instructions are useful for initializing the register to a constant value

Is This Answer Correct ?    5 Yes 1 No

What is the immediate addressing mode?..

Answer / suresh

If the instruction itself has the data.
Ex:- MVI B, 00h

Is This Answer Correct ?    11 Yes 9 No

What is the immediate addressing mode?..

Answer / saurabh shukla

IN SIMPLE MVI INSTRUCTION IS USED FOR IMMEDIATE
AS MVI A,B AS ALL THE CONTENT OF B MOVE IMEDIATE IN ACCUMLATER

Is This Answer Correct ?    3 Yes 1 No

What is the immediate addressing mode?..

Answer / sebastian

operand itself present in the instructio.
Fastest addressing mode.
Used to constant operand.
It limites range of operand.
Eg.in a 16 bit instruction opcode take 8
bit.so we used another 8 bit used for
operands.we can represend 0 to 128.

Is This Answer Correct ?    2 Yes 0 No

What is the immediate addressing mode?..

Answer / addo daniel

inimediate addresing mode the actual data is given along
with the instruction eg MVI A, 5000H, LXI 4000H

Is This Answer Correct ?    1 Yes 0 No

What is the immediate addressing mode?..

Answer / salmen

yes no yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More 86 Family Interview Questions

Explain sphl instruction?

0 Answers  


How do vectored and non-vectored interrupts differ?

0 Answers  


What is the purpose of the sign flag in 8085?

0 Answers  


Where can we find the sample assembly language programs?

0 Answers  


Which segment is used to store interrupt and subroutine return address registers?

0 Answers  






What is the purpose of a buffer register in reference to 8085?

0 Answers  


Explain all the addressing modes of the 8085 with the help of examples.

0 Answers  


Name the special purpose registers?

0 Answers  


How many memory locations can be addressed by a microprocessor with 14 address lines?

5 Answers   HCL, Paavai,


How many i/o ports are present in the 8086?

0 Answers  


what type of registers contains an (INTEL) CPU?

2 Answers  


How can signals be classified for the 8085 microprocessor?

0 Answers  


Categories