answersLogoWhite

0


Best Answer

Mvi a, 04h 3e

mvi b, 04 h 04

add b 06

sta 2050 04

hlt 80

32

50

20

76

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Subtraction of two 8 bit numbers in 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

write it in 8085


Subtraction of two 8 bit numbers using 8085?

Mvi c lda 4150h mov b,a lda 4151 sub b jnc loop cma inr a inr c sta 4152 mov a,c sta 4153 hlt


What are the factors of subtraction?

Finding the difference of two numbers is known as subtraction.


Addition and subtraction of two 16 bit numbers using 8085 microprocessor?

The 8085 is an 8-bit computer, with only limited capability to do 16 bit arithmetic. In order to add two 16-bit numbers, NUM1 and NUM2, together, and store the result at NUM3, you can use the code... LHLD NUM1 XCHG LHLD NUM2 DAD D SHLD NUM3 If you want to subtract NUM1 from NUM2, you need to take the two's complement first, by inverting it and adding one... LHLD NUM1 MOV A,H CMA MOV H,A MOV A,L CMA MOV L,A INX H ... and then continue with adding NUM2... XCHG LHLD NUM2 DAD D SHLD NUM3


Algorithm for subtraction of two numbers?

read the value A,b store the result of subtraction of a,b in continer subtraction display subtraction


When you subtraction tow numbers?

Subtracting two numbers is finding their difference.


What is the operation in which the difference of two numbers are found?

subtraction


Which set of numbers is closed under subtraction?

A set of real numbers is closed under subtraction when you take two real numbers and subtract , the answer is always a real number .


What is the difference between the Intel 8085 and the Intel 8086?

The Intel 8085 is an 8 bit microprocessor created in 1977.The Intel 8086 is a 16 bit microprocessor created in 1978. The 8086 was the first chip to start the x86 architecture family.8085 contains 16-bit address bus and 8-bit data bus8086 contains 20-bit address bus and 16-bit data bus..In 8085 the clock speed is 3MHZwhere as in 8086 the clock speed is 5MHZ.there are two differences btw 8085&80861. 8086 has 6 byte queue but 8085 has 4 byte queue2. 8086 has 16 bit data bus where as 8085 has 8 bit data bus


Main difference between 8085 and 8086?

The most significant difference between the Intel 8085 and 8086 microprocessors is that the 8085 is an 8-bit system and the 8086 is a 16-bit system. This difference allows the 8086 system to have a much larger set of operational instructions and can make calculations to more significant places. Note: the 8085 processor does have two 16-bit registers. The pointer and the program counter.


What is the highest prime number which is the sum of two prime numbers and the result from the subtraction of two prime numbers?

5


What are addition subtraction multiplication and division?

addition means when you add two or more numbers together.+ subtraction means you subtract two or more numbers together.- multiplication means when you mutiply two one, or more digit numbers together.x division means when you divide two numbers together./