What is the immediate addressing mode?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Answer / suresh
If the instruction itself has the data.
Ex:- MVI B, 00h
Is This Answer Correct ? | 11 Yes | 9 No |
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 |
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 |
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 are the different Adder circuits you studied?
what is the undefined bits in flag registers of 8085 microprocessor?
What are the different types of assemblers used?
What is internal structure of 8086?
What is meant by priority of interrupt?
What are the widths of data bus (db) and address bus (ab) of 8085?
How are labels named in assembly language?
What are registers in microcontroller ?
Define microcontroller?
What are the interrupts of 8086?
Explain why do you use two ground pins in microprocessor 8086?
Explain what is sim and rim instructions?