Macros are relatively easy to implement in Nasm x86-64. Without much ado, let us head straight to it. We have already seen how to print “Hello World” in Nasm x64. ; Print Hello World to screen in Nasm x64 section .data msg db "Hello World!", 0, ...
baremetal-bytes.hashnode.dev3 min readNo responses yet.