Skip to content

nrocme/Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program 1 : Ascii.s This program prints out all the ascii characters that are printable on the terminal.

Program 2 : Bitcount.s This program counts and prints the amount of 1's in the binary representation of a a decimal number including negatives

Program 3 : Fizzbuzz.s if the number is divisible by both 3 and 5 prints fizzbuzz if its only divisble by 3 print fizz if the number is only 
divisble by 5 print buzz otherwise prints the number.

Program 4 : chcount.s prints how many characters that are in the first string are contained in the second string both of which are taken 
through the command line 

About

Assembly code written in jan -feb 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published