Answer Posted / 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 |
Post New Answer View All Answers
What is processor cycle (machine cycle)?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor? Explain with an example?
What does tasm stand for and what is its use?
Explain briefly the string addressing mode with the help of an example?
Explain xthl, daa, rc instructions.
How is the 8085 microprocessor different from the previous 8 series microprocessors?
What happens when the intr signal goes high in the 8085?
What are issues related to stack and bank 1.?
what are the advantages of modular proramming techniques
What is the stack segment used for?
What is the difference between 8085 microprocessor and 8086 microprocessor?
In what is the ready pin of a microprocessor used
List the various registers of 8085?
write the assembly language programming to find the 2's complement for a string of 100 bytes