8086 MASM source code help!!!

Discussion in 'Assembly Language Programming (ALP) Forum' started by monocube, May 10, 2008.

  1. monocube

    monocube New Member

    Joined:
    May 10, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hey all..
    can anybody help me with an 8086 assembly source code for a simple calculator??
    it has the following specifications :

    • The calculator should perform a signed addition (+), subtraction (-), Multiplication (*),
    and division.
    • The calculator takes two operands only.
    • The user can use the (-) unary operator to determine if the number is negative
    otherwise it is positive.
    • Division should be developed so that the result should appear in floating point
    representation.
    • The operands have a maximum size of 3-digits 0-999).
    • All operands are entered in decimal form.
    • The operation should appear as in the following :

    12 + 15 = 27
    123 / 12 =10.25
    100 * 8 = 800
    -12 + 6 = -6
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice