this is my homework for assembly course at ZNU :)))
In case some user enters 3 input, below image would be its output!
this project uses linux system calls (int 80h)
assembled using nasm
git clone https://github.com/ShahryarSaljoughi/assembly-project
nasm -f elf32 proj.asm
ld -m elf_i386 proj.o
now an executable file(a.out
) is create, which you can run!