954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Reverse String - Assembly Language

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

rmeader
Newbie Poster
1 post since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

Hi rmeader ,
I have a string reversal application written in assembly which is in Code Snippet section of this site at this address:
http://www.daniweb.com/code/snippet548.html

Good luck.

mostafadotnet
Junior Poster
157 posts since Jul 2006
Reputation Points: 55
Solved Threads: 11
 
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.

Evenbit
Junior Poster
140 posts since Mar 2005
Reputation Points: 99
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You