论文部分内容阅读
17 编写程序 ,比较两个字符串STRING1和STRING2所含字符是否完全相同 ,若相同则显示“MATCH” ,若不同则显示“NOMATCH”。答 datareasegment string1 db′asfioa′ string2 db′xcviyoaf′
17 Write a program that compares two strings STRING1 and STRING2 contains exactly the same characters. If they are the same, “MATCH” is displayed. If not, “NOMATCH” is displayed. A datareasegment string1 db’asfioa ’string2 db’xcviyoaf’