Home > Modification, Programming, Visual Studio > Programing In Assembly Language

Programing In Assembly Language

October 29th, 2011

I need help with my HW please. If possible i need it done with in a days. Here is the question on the book.
Q.Write a program that uses a dialog box to input a sting of characters into charStr, recalling that the input macro terminates a string with a
null byte(00). Process this string as an array of characters, replacing each uppercase letter in charStr by its lowercase equivalent, leaving every other character unchanged. Use a message box to display the modified string.
The code should be in assembly language using any editor but prefer visual studio.


Programing In Assembly Language

Comments are closed.
Bear