Create a procedure namedfindthrees that returns 1 if an


Create a procedure namedFindThrees that returns 1 if an array has three consecutive values of 3 somewhere in the array. Otherwise, return 0. The procedure's input parameter list contains a pointer to the array and the array's size. Use the PROC directive with a parameter list when declaring the procedure. Preserve all registers (except EAX) that are modified by the procedure. Write a test program that calls FindThrees several times with different arrays.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a procedure namedfindthrees that returns 1 if an
Reference No:- TGS01395879

Expected delivery within 24 Hours