IDNLearn.com provides a comprehensive platform for finding accurate answers. Ask anything and receive prompt, well-informed answers from our community of knowledgeable experts.

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.