In this project, we will understand with Assembly© programming language on x86 architecture, how to write, translate, run and debug a few simple program
- Input a string, then output it back to the main screen
- Input a string, then output it back to the main screen
- Input a character, then output a preceding and following character (from the Alphabet)
- Input a CAPITAL letter, then output an ordinary letter
- Input from the keyboard two integers, calculate sum, minus, multiply and divide of these two integers
- Input a character from the keyboard. If the character entered is belongs to [0-9], [a-z], [A-Z], then output it back to the main screen and the category of that character (number, ordinary letter or CAPITAL letter)
- Input an array of n-element integers, then output the array to the screen
- Input an integer n, then calculate sum from 1 to n
- Input a string, then output the reverse string.