Assembly Language Help Needed

Discussion in 'Assembly Language Programming (ALP) Forum' started by dsptl, Jun 15, 2009.

  1. dsptl

    dsptl New Member

    Joined:
    Jun 14, 2009
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Write an assembly language program expr.m to compute:

    y = 3x4 + 5x3 – 17x2 +33x - 15

    where x=3. Eliminate all nop instructions and run the program using gdb.

    i tried doing it but i can't do it

    please help
     
  2. dsptl

    dsptl New Member

    Joined:
    Jun 14, 2009
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    it is y = 3x^4 + 5x^3 – 17x^2 +33x - 15
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Could you be more specific? Did you complete the program? If not how far did you get?
    Can you post the code you've got so far?
     

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