CsitLabs
Ctrlk
  • CSIT Labs
  • 1st Semester
  • 2nd Semester
    • Algorithms used in Discrete Structure class
    • Microprocessor
      • 8085 Microprocessor
      • 8086 Microprocessor
        • Basic Arithmetic
        • Practice Programs for 8086 Microprocessor
        • String Processing
    • Object Oriented Programming using C++
    • Statistics-I
  • 3rd Semester
  • 4th Semester
  • 5th Semester
  • 6th Semester
  • 7th Semester
  • docs
Powered by GitBook
On this page
  1. 2nd Semester
  2. Microprocessor

8086 Microprocessor

  1. 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

  2. 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

PreviousSubroutine, Stack and BCD Conversion](Subroutine_Stack_BCD_ConversionNextBasic Arithmetic

Last updated 1 year ago

Was this helpful?

Was this helpful?