answersLogoWhite

0

Not in the 8085.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Instruction how to get multiples of number 1 to 20?

To find the multiples of any number, multiply it by successive counting numbers.


How do you multiply in p16f887?

To multiply 2 X 5:MOVLW 5ADDWF f, 1 'f now = 5ADDWF f, 1 'f now = 10, thus 2 x 5 = 10also use the DECFSZ instruction to setup a loop.


What is the instruction set to multiply to positive numbers together using Little Man Computer...I'm going insane trying to figure this out?

you can't multiply on LMC you can only add numbers so you have to add the same number as many times as you need to multiply example 5 times 3 5+5+5


What is the difference between instruction registers and instruction pointer?

instruction register is used to store the next instruction to be executed. instruction pointer is used to store the address of the next instruction to be executed.


Bcd to hex conversion using 8086 instruction?

To convert BCD (Binary-Coded Decimal) to hexadecimal using the 8086 instruction set, you can use the AAM (ASCII Adjust AX After Multiply) instruction after performing the necessary arithmetic operations. First, load the BCD value into a register (e.g., AL), then multiply it by 10 if needed to adjust for BCD format. Finally, use AAM to convert the resulting value into hexadecimal format, where the high and low nibbles of AL will represent the hexadecimal digits. Make sure to handle any values that exceed the BCD range appropriately.


What part of speech is the word instruction?

Instruction is a noun.


How much time a personal computer takes to multiply two numbers?

It depends on your architecture but could be as little as 1 instruction, which on a 1 GHz processor would take roughly 1 nanosecond


What is 1 byte instruction in microprocessor?

1byte instruction = MOV A,B 2byte instruction = MVI A,01H 3byte instruction = STA 2030H


How many instructions are in the ARM instruction set?

There is one instruction set in the IA-32. Instruction set is the set of instruction that a processor can execute.


How does the CPU keep track of which instruction to execute next?

The instruction register holds a pointer to the current instruction (in working memory) while the next instruction register points to the next instruction (the first instruction immediately after the current instruction's operands). If the current instruction is a jump instruction, it can change the next instruction register, allowing the program to branch to a new instruction once the jump instruction is processed. The next instruction pointer is automatically moved into the current instruction register once the current instruction has been processed. The entire process of executing an instruction is known as the fetch-decode-execute cycle.


What is the meaning of supervision of instruction?

what is supervision of instruction


What is an absolute instruction?

An absolute instruction is an assembly language instruction using only absolute addresses.