Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A 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.