/WordReverse

Reverse the order of a string of words separated by spaces in x86 assembly.

Primary LanguageC++

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;

./WordReverse <space separated string to reverse>