ahmaazouzi / Assembly-Fun

Set of At&T Assembly (32bit) programs. Please don't judge me :'(

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly-Fun

Sample programs written in At&T Assembly, mostly 32-bit.

Przydatne [PL]:

Usefull [EN]:

Sources:

  • Hello World 32/64bit - A simple hello world.
  • RepeatText - Enter a piece of text, and computer will print the same. Neat, huh?
  • Palindrome - Enter a word, and You will find out if it's a palindrome or not.
  • ToUpperCase - Convert a word to upper case.
  • ToLowerCase - Convert a word to lower case, duh.
  • Reverse - Reverse a hardcoded text.
  • Fibbonacci - Count n-th Fibbonacci number.
  • ASMFromC - Example of calling ASM function from C++ code.

Random cat image (changes every commit):

It's changes with every commit!

About

Set of At&T Assembly (32bit) programs. Please don't judge me :'(


Languages

Language:Assembly 91.8%Language:Makefile 7.1%Language:C 1.1%