Skip to content

Assembly language program to calculate sum of an array

Notifications You must be signed in to change notification settings

Trevordiex/array-sum-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

(Leonard Eze)[[email protected]]

An assembly language program which takes an array of integers and computes their sum

The program uses C language io routines for simplicity. The (main.c)[./main.c] file must be included while compiling

Compiling

To assemble nasm -felf -o sum.o sum.asm

To link gcc -m32 -o sum sum.o main.c

Usage

./sum

About

Assembly language program to calculate sum of an array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published