Hi all,
I am hoping that you could help me with this. I am working with assembly language 8086. I am trying to put integers into an array one at a time after a prompt. Something like this:
Please input an integer: 6
Please input an integer: 1
Please input an integer: 2 ...
I can print the prompt and allow the user to enter the integer, however I cannot get the numbers to go into the array.
Any help would be appreciated.
Thanks in advance.
Kimjack