Question: Assembly Language Programming (10 pt)A recursive function int recur(int n)f) is compiled into IA32 assembly codes below. What does the function recur() do 8. recur:
(10 pt)A recursive function int recur(int n)f) is compiled into IA32 assembly codes below. What does the function recur() do 8. recur: pushl movl subl ???? %ebp %esp, %ebp $24, %esp $1,81%ebp) int recur(int x $1, %eax movl jmp.L3 L2: movl subl movl call recur addl 8(%ebp), %eax $1, %eax %eax, (%esp) 8(%ebp), %eax L3: pop%ebp ret
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
