brunooo 0 Newbie Poster

Hello!

I am enjoying trying to learn assembly, I would like to do a code that get from program args numbers and put them in an array. Then I need to print them all. But I cant get it to work, I guess I am making something wrong with array manipulation and printing numbers :p
When I fix it I will make something with this array, for now thats the only thing I want to do, read the args and put them in an array, then print them all!

My code is attached! I am under linux and using Nasm to compile it:
nasm -f elf mycode.asm
ld -o executeme mycode.o

Thank you! Happy new year ;p