Question: in assembly language 18. Write a procedure called countArray that receives two parameters the first one is a pointer to an array of 32 bit
18. Write a procedure called countArray that receives two parameters the first one is a pointer to an array of 32 bit unsigned integers and the second parameter is an unsigned 32 bit integer VAL1 and then count how many times VAL 1 is found in the array then print the count with a suitable message as example if the array = 10, 20, 10, 30, 50 and VALT = 10 then the function should print count is 2 A- Show the prototype of the procedure B- Show the procedure definition 7 points) Enter your neer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
