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 |
Define psp and its structure?
In 8085 which is called as high order / low order register?
What are the different flags in 8085?
24 Answers Spectra Innovations, TCS, Wipro,
What is 8255?
What is the software interrupts of 8085?
Explain the purpose of the status register?
Explain the functions of the two dma signals hold and hlda?
Comment the size of stack?
What are set up time & hold time constraints?
What are software interrupts?
Define the type of interrupts in the 8085 processor?
Discuss pc and sp?