strlen() function in Assembly x86.
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.
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.
Make sure that NASM is installed on your machine:
foo@bar:~$ sudo apt-get update
foo@bar:~$ sudo apt-get install nasm
Compile the software via the Makefile:
foo@bar:~$ make run
Run the compiled software:
foo@bar:~$ ./strlen
Developed by Lucas Araújo.
This software is MIT licensed.