https://github.com/mp3guy/wordreverse
Reverse the order of a string of words separated by spaces in x86 assembly.
https://github.com/mp3guy/wordreverse
assembly x86
Last synced: about 2 months ago
JSON representation
Reverse the order of a string of words separated by spaces in x86 assembly.
- Host: GitHub
- URL: https://github.com/mp3guy/wordreverse
- Owner: mp3guy
- Created: 2017-08-06T14:53:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T14:58:09.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T12:33:46.597Z (about 1 year ago)
- Topics: assembly, x86
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordReverse
Reverse the order of a string of words separated by spaces. Ignores superfluous spaces.
Written in AT&T syntax x86 assembly and C++.
Run like;
```bash
./WordReverse
```