Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.36 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.36 KB

strlen

strlen() function in Assembly x86.

Badge Badge

Content

About

The strlen() function is responsible for calculating the size of a string. This function is available in some programming languages, such as C/C++ and PHP.

The example described here is a CLI (Command Line Interface) software developed in the x86 Assembly language.

Support

The software is currently only available for the GNU/Linux operating system.

In the near future, I will include support for the Windows operating system.

Dependencies

Make sure that NASM is installed on your machine:

foo@bar:~$ sudo apt-get update
foo@bar:~$ sudo apt-get install nasm

Running

Compile the software via the Makefile:

foo@bar:~$ make run

Run the compiled software:

foo@bar:~$ ./strlen

Author

Developed by Lucas Araújo.

License

This software is MIT licensed.