Assembly Language Question: Conting upper case and lower case letter from a string

Posted by Rizwan on Stack Overflow See other posts from Stack Overflow or by Rizwan
Published on 2010-05-17T19:37:58Z Indexed on 2010/05/17 19:40 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

Write an Assembly Language program named “count letters” that counts the occurrences of all small and capital letters in given below string and then prints the result in the format (Caps, count:: Small, count).Strings is “bcAdBDeCEad” and it should print this result (Caps, 5:: Small, 6).The program should take address of the source string as a parameter via stack.

© Stack Overflow or respective owner

Related posts about nasm

Related posts about x86