Write a subroutine MEMCMP for performing a byte-by-byte comparison of two sequences of

bytes in the main memory. The subroutine should accept three input parameters in registers
representing the first address, the second address, and the length of the sequences to be compared. It
should use a register to return the count of the number of comparisons that do not match.