Sample programs written in At&T Assembly, mostly 32-bit.
- 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.