Thread
:
Assembly Language Help Needed
View Single Post
dsptl
Light Poster
15Jun2009,22:58
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