CsitLabs
Search...
Ctrl
K
2nd Semester
Microprocessor
8086 Microprocessor
Previous
Subroutine, Stack and BCD Conversion](Subroutine_Stack_BCD_Conversion
Next
Basic Arithmetic
Last updated
8 months ago
Was this helpful?
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
Practice Programs for 8086 Microprocessor
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