Question: Write a assembly program subroutine which compares two strings, display the count of same characters and exits where first mismatch occur.(processor 8088) Let String_1: db
Write a assembly program subroutine which compares two strings, display the count of same characters and exits where first mismatch occur.(processor 8088) Let String_1: db ‘ABC193zxy&*^’,0 String_2: db ‘ABC123zxy&*^’,0 Display => 4
Step by Step Solution
3.59 Rating (170 Votes )
There are 3 Steps involved in it
INCLUDE ioh Cr EQU 0ahLf EQU 0dh data SEGMENTpstr1 DB Cr Lf Enter ... View full answer
Get step-by-step solutions from verified subject matter experts
