Skip to content

ShahryarSaljoughi/assembly-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assembly-project

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

how to run:

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!

About

this is my homework for assembly course at ZNU :)))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published