Skip to content

syedjailani/fizzbuzz-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzbuzz-asm

Stepping into the world of assembly language, I created a small application called Fizz Buzz. This led me to learn the following concepts

  • How to do system calls
  • Usage of various process registers and their purpose
  • Importing functions from external object files
  • Basic conditions
  • Assembly Language Compilation

How to compile

I have personally used Netwide assembler (NASM) on Ubuntu O/S.

To complie, in the project folder use the following command

Make all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published