sorry to post this stupid question here. I'm just learning Assembler and a problem from my book is: input: a string from a user. output:character in that string. for example: input: DANI so output is:
D
A
N
I
I just can received a string from user.
thanks. :)

Recommended Answers

All 3 Replies

sorry to post this stupid question here. I'm just learning Assembler and a problem from my book is: input: a string from a user. output:character in that string. for example: input: DANI so output is:
D
A
N
I
I just can received a string from user.
thanks. :)

Can we what you have so far?

sorry for my bad English, I don't know your question :( But, my question is, when you type,for example, ABC, the program will print,
A
B
C
(every letter will be on the different lines)
thanks. :)

Did you already start writing the code for this project?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.