Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T14:58:09.000Z (over 7 years ago)
- Last Synced: 2024-10-30T03:44:33.500Z (3 months 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
```