Basic Arithmetic
Add two numbers, store the result at DX register and carry at CX register
Add two numbers, store the result at DL register and carry at CL register.
Subtract two numbers, store the result at DX register and borrow at CL register
Multiply
Divide
Take single character input from keyboard and display it on screen
Print your name without using data variable
Sort given numbers in ascending order
Separate odd and even numbers
String Processing
Check Palindrome
Display list of strings
Find position of character in string
Reverse String
Add two 16 bit number
Display string on the screen
Read the string and check whether they are same or not
Print data without Data variable
Last updated 2 months ago