Question: 80*86 assembly language Programming: Write a procedure countDifferences with two parameters, string1 and string2, each a null-terminated string. The procedure will return the number of
Programming: Write a procedure countDifferences with two parameters, string1 and string2, each a null-terminated string. The procedure will return the number of positions where the character in string1 differs from the corresponding character in string2. If the strings are not the same length, stop counting when you come to the end of the shorter string. Follow cdecl or 64-bit protocol depending on the environment for which you are coding. Include a test driver to check the procedure. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
