answersLogoWhite

0


Best Answer

Lxi b, 0000h lhld 8000h xchg lhld 8002h dcx d l006: lda 8002h add l mov l, a lda 8003h adc h mov h, a jnc l013 l013: inx b dcx d mov a, d ora e jnz l006 shld 8006h mov l, c mov h, b shld 8004h hlt

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Multiplication 16 bit program for 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why the 16 bit 8085 microprocessor is not possible?

The 8085 was replaced with the 8086/8088. As such, there is no 16 bit version of the 8085.


Why PC and Sp are 16 bit counter in 8085 microproceser?

Because Intel designed it that way. The 8085 was designed as a 8 bit computer in a 16 bit address space. This means that the PC (Program Counter) and SP (Stack Pointer) should be 16 bits in size.


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.


How many address bits does 8085 have?

The 8085 has a 16 bit address bus.


How many bits in 8085 microprocessor?

The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.


Can 8085 CPU replace 8086 CPU?

No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.


Why stack pointer is of 16 bit in 8085?

The stack pointer is 16 bits in size on the 8085 because that is how Intel designed it. The address bus is also 16 bits, so it made sense for the program and stack to be located anywhere in that address space.


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.


Why 8085 cannot be 16-bit microprocessor?

Because it is an 8-bit microprocessor.


Why a 16-bit microprocessor8086 with an 8-bit memory?

The 8086/8088 microprocessor family is a 16 bit microprocessor. The 8086 implementation also has a 16 bit data bus, but the 8088 implementation has an 8 bit data bus, comparable to the 8085. The 8088 implementation was intended as a logical upgrade from the 8085, while keeping the complexity of the system on an equal footing as the 8085.


Study of 8085 microprocessor kit?

16 bit addition


Why are programme counter and stack pointer register 16 bit registers?

The program counter (PC) and stack pointer (SP) registers are 16-bit registers in the 8085 and in the 8086/8088 because that is how Intel designed the processors.