HI everyone
I'm a newbbie in assembly, but trying to learn. Does anyone know how do I print integer values on the screen? I'm working on Linux with the NASM compiler.
I know how to print strings, like the classic "hello world!", but it doesn't work for numbers.
I defined the variables this way:
L1 db 100
L2 db 450
I want to add both numbers and the print the result.
Thank you very much
I'm a newbbie in assembly, but trying to learn. Does anyone know how do I print integer values on the screen? I'm working on Linux with the NASM compiler.
I know how to print strings, like the classic "hello world!", but it doesn't work for numbers.
I defined the variables this way:
L1 db 100
L2 db 450
I want to add both numbers and the print the result.
Thank you very much