answersLogoWhite

0

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

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra

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