Quote:
Originally Posted by dsptl
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
it is y = 3x^4 + 5x^3 – 17x^2 +33x - 15