views:

315

answers:

1

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). String 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.

A: 

Its VU asignment, Do yourself. If u have problem in writing functions, passing arguments or stack operations, then u can ask.

Asad kamran