Why does putchar call from assembly result in blank output?
I’m pretty new to assembly and am experimenting with calling C standard library functions from my assembly code. I’m on 64 bit windows 11, and use nasm syntax.
I’m pretty new to assembly and am experimenting with calling C standard library functions from my assembly code. I’m on 64 bit windows 11, and use nasm syntax.