Page 1 of 1

** DIFFERENT INPUTS PROCEDURE Write a procedure named Differentlnputs that returns EAX=1 if the values of its three inpu

Posted: Sun May 15, 2022 8:18 am
by answerhappygod
Different Inputs Procedure Write A Procedure Named Differentlnputs That Returns Eax 1 If The Values Of Its Three Inpu 1
Different Inputs Procedure Write A Procedure Named Differentlnputs That Returns Eax 1 If The Values Of Its Three Inpu 1 (19.48 KiB) Viewed 89 times
** DIFFERENT INPUTS PROCEDURE Write a procedure named Differentlnputs that returns EAX=1 if the values of its three input parameters are all different; otherwise, return with EAX=0. Use the PROC directive with a parameter list when declaring the procedure. Create a PROTO declaration for your procedure, and call it five times from a test program that passes different inputs.