Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 275 Bytes

File metadata and controls

11 lines (7 loc) · 275 Bytes

Reverse string

This is a simple program that reverses a given input string with assembly for Linux x86_64.

To build the program, run:

make

For more details, read Part 4. Journey through the stack.