Ubuntu – Why does my NASM code print a large value when printing a db byte variable as an int?
I'm coding in nasm, and I don't get what is going on. The Linux distro is an Ubuntu 16 64bits, but the NASM is operating in 32bits. Expected output --> "Number is: 2" Actual output --> "number is: 134520868" Code:…