Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```