osandamalith.com
String Length Function in NASM | 🔐Blog of Osanda
In certain situations when I want to print some string to stdout we need the length for the write syscall in linux. So we can’t always depend on the $-string macro, which is valid for a defin…