answersLogoWhite

0

code segment

assume cs:code,ds:code

mov bx,1200h

mov cx,[bx]

mov ax,01h

l1:mul cx

dec cl

jnz l1

mov[bx+2],ax

mov ah,4ch

int 21h

code ends

end

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why cant you use other microprocessors in CPU instead of 8086?

You can. There are thousands of microprocessors.


8088 and 8086 were introduced by?

The 8086/8088 family of microprocessors was introduced by Intel.


How many pins are available in 8086?

The 8086 family of microprocessors, including the 8086, 80C86, and 80C86AL, are presented in 40-pin DIP packages.


What are 10 microprocessors?

Ten microprocessors are the 4004, 4040, 8008, 8080, 8085, 8086, 8088, 80286, 80386, and 80486.There are many more, and this list only included some of the Intel microprocessors, in mostly historical order.


What are the examples of microprocessors?

E.g. 8085, 8086, 8255, 8051, 6800, 8257, 8251 and many more...


What is the evolution of Intel computer?

It starts with the 4004 chipset (4 bit) and 8008 microprocessor (8 bit). The successor of the 4004 was the 4040, but this architecture was a dead end. The successors of the 8008 were the 8080, 8085, 8086, 8088, 80186, 80286, 80386, 80486, Pentium, etc. including the current multicore microprocessors. IBM chose to base their PC on the 8086 and 8088, then as successive newer microprocessors were developed new versions of the IBM PC used those microprocessors. Intel also produced many specialized microprocessors and microcontrollers including some RISC microprocessors (e.g. i860, i960). Current Apple Macintosh computers also use the latest Intel multicore microprocessors.


What are MACROS in 8086 microprocessors?

Macro is a segment of code that needs to be written only once but whose basic structure can be repeated with each reference


Difference between 8086801868028680386 microprocessors?

8086 is a 16 bit processor and 80186,80286,80386,80486.Pentium etc are advanced microprocessors with certain additional features like virtual memory,memory management,protection features etc.Also their operating speed,memory capacity etc varies.They will operate in real mode where its like 8086 and virtual mode in which protection features are enabled


Where can you find a 8086 MP on Multisim?

In Multisim, you can find the 8086 microprocessor by navigating to the components toolbar. Look for the "Microprocessors" category or use the search function to type "8086." Once located, you can drag and drop it into your circuit design workspace for simulation and testing. If it's not available in your version, you may need to check for additional libraries or updates.


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.


8086 assembly program to sort a list of integers?

assembly language program for sorting an array using 8086 microprocessor.


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language