answersLogoWhite

0


Best Answer

CALL, requiring 18 clock cycles.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Sapna Kumari

Lvl 2
3y ago

JMP

This answer is:
User Avatar

User Avatar

Sapna Kumari

Lvl 2
3y ago

JMP

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the longest instruction in 8085 instruction set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the instruction for exit in 8085 microprocessors?

There is no exit instruction in the 8085. Do you mean return, as in from a function or interrupt? If so, the instruction is RET.


Is there a multiply instruction?

Not in the 8085.


How many instruction are there in 8085 mp?

There are 74 instructions in the 8085 microprocessor.


How compare instruction is used in 8085?

The compare and subtract instructions in the 8085 both subtract one operand from another, and set flags accordingly. The subtract instruction stores the result in the accumulator, while the compare instruction does not - except for the flags, the compare instruction "throws" the result away.


What happens when MUL CH instruction is executed?

MUL is not an 8085 instruction.


What is the size of the instruction queue in 8086?

In 8086 the instruction queue is 6 byte long. This is because even the longest 8086 instruction is 6 byte long. Thus it is possible to prefetch even the longest instruction in the instruction set.


What is sim in 8085?

The SIM instruction in the 8085 is Set Interrupt Mask. You can use it to set and clear the three interrupt masks for RST7.5, RST6.5, and RST5.5, as well as to set or clear the SOD (Serial Output Data) pin. You can also reset the pending RST7.5 interrupt, if desired.


How many total instructions are there in 8085 MP?

there are 74 instruction sets in the 8085 up which consist of 246 bit pattern.


Types of instruction format of 8085?

The 8085 instruction set is classified into three groups according to its Word size. They are 1. One word /1 byte instructions 2. Two word / 2 byte instructions 3. Three word / 3 byte instructions


What is jump on carry in 8085?

Jump on Carry is simply a "JUMP" instruction which will transfer the control to some specific location if carry flag is set. For Example: JC 2004H This instruction will take the control to address location 2004H if carry flag is set.


How do the instruction of 8085 is classified based on their function and word length?

The 8085 instruction set is classified into the following three groups according to word size: 1. One-word or 1-byte instructions 2. Two-word or 2-byte instructions 3. Three-word or 3-byte instructions


How many bytes are there for jump instruction in 8085?

There are 74 instructions in the 8085 microprocessor.