Hello, I am working on a project with the following directions:
Store a name as ASCII Hex values in an array – enter Hex values into ASM source code directly. First character of first and last name is Capitolized, all other characters are lower case.
Output 3 different strings:
1. Name as entered.
2. Name converted to all uppercase.
3. Name converted to all lowercase.
Anyone have any suggestions on how I can start? We haven't gone over arrays that much and I can not seem to find much on the web related to my problem. Any help would be appreciated, thanks!