================================== Function Calls (with REX Protocol) ================================== Function `sum` ============== Based on the REX protocol for function calls, function `sum` - expects two integers parameters as input and - returns the sum of these integers Complete the following code fragment to do the job: :import: session02/func_ccc.s Computing the factorial recursively =================================== Write a function `factorial` that computes the factorial of a unsigned quad-word integer recursively using the REX protocol :navigate: up -> doc:index back -> doc:session02/page05