views:

169

answers:

0

I'm writing a program in Assembly (68k) and I'm using Easy68k.

I am trying to prompt a user to input a string of characters. However, I must limit the amount of characters accepted. I was told I could do that using task #5, through text I/O, but I could really use an example Thanks!