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
Chat with our AI personalities
write it in 8085
write an assembly language program to find sum of N numbers
write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html
Multiply the denominator by the whole number, then multiply that by the numerator. Put that answer over the original denominator.
k