Two 8086 Assembly Language Questions..

From: Madhumita (madhumita0609_at_yahoo.co.in)
Date: 10/30/03


Date: 30 Oct 2003 00:38:10 -0800

Two 8086 Assembly Language Questions..

Hi Friends,

can anyone help me with this : I am unable to do my 2nd Sem
assignments ..

1>Write a 8086 assembly language subroutine that can be used for
passward matching.

    Interface/call this subroutine from a C program.

2>Write a program in 8086 assembly language that accept two floating
point numbers from the screen in format:

ddddEsee

             where,

             dddd are four decimal digits

             E is exponent symbol

             s is sign

             ee contains exponent value.

A decimal is assumed prior to four decimal digits.For example a number
45 in the above format will be:4500E+02.The program adds the two
numbers if the exponent value is same,otherwise issues an error
message"Exponent does not match".

Thanks,

Madhumita