Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

write an assembly program that reads a line of input from the user and counts the total number of characters, and the number of spaces (ascii character 32). prompt the user for the line of input and label the outputs. it can be safely assumed that the line of input from the user will contain at most 255 characters. note that the system call that reads the string includes the newline character in the returned string. that should be included as one of the characters to count.