When programming in NASM x64 assembly, one common beginner’s task is to determine the length of a string. Unlike higher-level languages such as Python or C#, assembly does not come with built-in string functions, you have to either calculate the leng...
baremetal-bytes.hashnode.dev3 min readNo responses yet.