answersLogoWhite

0

16 bit addition
:
mov al ,bcd1
add al,bcd2
daa

mov result,al

mov al, bcd1+1
adc al,bcd2+1
daa
mov result+1,al

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


Study of 8085 microprocessor kit?

16 bit addition


Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


What do '8085' in 8085 Microprocessor signify?

The '8085' in the 8085 microprocessor is the designation given to the microprocessor by Intel. The '5' means it is a single power supply (5 volt) version of the 8080, with enhancements.


What power supply is used in microprocessor 8085 programming?

+5v necessary for microprocessor 8085.


What is the Overview of 8085 microprocessor?

8085 is a 8 bit microprocessor designed by Intel Co.


Why microprocessor 8085 has 16 bit address lines?

Because that's how Intel designed it. The 8085 is an 8-bit computer operating on a 16-bit address space.


Write a program to add two 8 bit numbers in microprocessor 8051?

write it in 8085


What is crystal in microprocessor 8085?

crystal is a oscilltor in microprocessor


What is signal in microprocessor 8085?

In the 8085 microprocessor, a signal refers to an electrical voltage or pulse that conveys information between the microprocessor and other components in the system, such as memory and input/output devices. These signals include control signals, address signals, and data signals, which coordinate operations like data transfer, memory access, and instruction execution. The 8085 uses a combination of these signals to ensure proper communication and functionality within the microprocessor architecture.


What is themeaning of pipe lines for 8085 microprocessor?

The 8085 is not pipelined.