I'm writing an assembly language program using lc3 and when I run trap x23 (IN) the message "input a character" comes up. I want it to come up saying
Please enter an integer between 1 and 15:
but it ends up like this:
Please enter an integer between 1 and 15:
input a character:
Help please