question archive 1) A procedure called Power that will calculate integer powers of integer numbers
Subject:Computer SciencePrice: Bought3
1) A procedure called Power that will calculate integer powers of integer numbers. In other words, it will calculate xy given that both x and y are integers.
2) A program that will call Power to calculate xy on two numbers stored in appropriate registers. The answer should be placed in an appropriate register.
USING ARM ASSEMBLY