[DEADLINE: 1 HOUR] Arm Assembly code uppercase letters
Budget: $10 – $30 USD
I am writing a simple ARM assembly code that converts a string into uppercase letters. As we loop through the string, we make the necessary adjustments and then use putchar to print the character. The only restrictions are 1) only use putchar and 2) must return with EXIT_SUCCESS = 0.