Tagged: assembly

About linux : Linux-syscall-documentation

Question Detail I am working on a program that requires a lot of work in x86_64 assembly. Where is the official documentation on the available syscalls for 64-bit Linux? Most of the documentation I...

About c : 32bit-Assembly-Program-undefined-reference-to-printf

Question Detail I am testing assembly program and calling printf function from the assembly program and I kept on getting following error: hello_world.o: In function `main’: hello_world.c:(.text+0x11): undefined reference to `printf’ collect2: error: ld...

About linux : Trying-to-convert-ascii-to-int-duplicate

Question Detail This question already has answers here: Convert from ascii to integer in AT&T Assembly (1 answer) NASM Assembly convert input to integer? (2 answers) Is it possible to multiply by an immediate...

About linux : Trying-to-convert-ascii-to-int-duplicate

Question Detail This question already has answers here: Convert from ascii to integer in AT&T Assembly (1 answer) NASM Assembly convert input to integer? (2 answers) Is it possible to multiply by an immediate...