answersLogoWhite

0


Best Answer

Program:

include "emu8086.inc"

ORG 100h

MOV AX, 0004H //Move 1st 16-bit number to AX.

MOV BX, FFFEH //Move 2nd 16-bit number to BX.

IMUL BX //Multiply BX with AX and the result will be in DX:AX.

CALL PRINT_NUM //Print the result.

RET //Return.

DEFINE_PRINT_NUM //Declare function.

END

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program to multiply two sign numbers in microprocessor 8086?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Could you Write a program for 8086 microprocessor that displays on the monitor the average of 2 numbers from an array?

How to write a program for mouse in microprocessor?


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

write it in 8085


Write a program to multiply two 8 bit numbers in microprocessor 8086?

mov ax,1234hmov bx,03hmul bxhlt( "THIS IS THE PROGRAMM CODING FOR 8 BIT 2NUMBERE'S MULTIPLICATION


Write an assembly language program to multiply two BCD numbers?

fish


How do you write a program that will call a function to multiply 4 numbers and return the answer to main program?

In Windows, use notepad.exe; in linux, use program xedit.


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.


Write a program to multiply 33 matrix.?

write a program to multily 3*3 matrix.


How do you write a program to Multiply 2 numbers?

int i=10, j=5, k; k=i*j; // k = 10 * 5 = 50


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


How do you write Ascending order program using 8086 microprocessor?

One many find this answer on YouTube. One also may find out how to write ascending order programs using an 8086 microprocessor by looking at the owners manual.


How do write sorting of numbers using microprocessor?

There are several methods available to sort numbers. A simple way to program sorting is the so-called "bubble-sort". This is inefficient for larger lists of numbers; in which case it is more convenient to use one of the faster algorithms, for example, "quick-sort".


Write three prime numbers which multiply to get 462?

2x21x11