Question: b. (15 points) Implement the following polynomial in assembly language as a procedure, considering x is already stored in AX, the final result must be

b. (15 points) Implement the following polynomial in assembly language as a procedure, considering x is already stored in AX, the final result must be stored in DX register. You must define another procedure that takes the nth power of a number where the number is stored in BX and the power is stored in CX and use this procedure in your implementation: y = 4x4 +3x3 + 2x2 + x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
