Can anyone point me to a discussion or reference tutorial, etc. on how to write a program in Assembly to reverse a simple string?

Recommended Answers

All 2 Replies

Can anyone point me to a discussion or reference tutorial, etc. on how to write a program in Assembly to reverse a simple string?

If you push the characters onto a stack and then pop them off again then you will get them in reverse order.

Nathan.

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.