Array Indexing in Nasm x86-64
In our previous lesson, we learnt how to use and implement macros to make our Nasm x64 code efficient and non-repetitive.
Intro to Macros
Arrays Are 0-Indexed (Like Any Real Language ๐)
In Nasm x64, arrays (including strings) are 0-indexed, just lik...
baremetal-bytes.hashnode.dev2 min read