Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Implement a string length function
Implement the string_length function. It takes a single argument pointing to the string. The string is terminated with a zero byte like in C. You should use the i386 System V ABI calling convention.