hi
I am using the book "assembly language for intel based computers"(MASM) new version.
I writing a program in 32-bit.
I have a question on this.
My program reads a string(user input) every time store it in an array. and display that array end of the program. how to declare that string array and store those strings in that array and display that array at the end of the program.
The program must use a procedure for this
how to do this.If any body knows this help me.
thanks.
I am using the book "assembly language for intel based computers"(MASM) new version.
I writing a program in 32-bit.
I have a question on this.
My program reads a string(user input) every time store it in an array. and display that array end of the program. how to declare that string array and store those strings in that array and display that array at the end of the program.
The program must use a procedure for this
how to do this.If any body knows this help me.
thanks.