Can anyone point me to a discussion or reference tutorial, etc. on how to write a program in Assembly to reverse a simple string?
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.
If you push the characters onto a stack and then pop them off again then you will get them in reverse order.
Nathan.