CsitLabs
search
Ctrlk
CsitLabs
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. 2nd Semesterchevron-right
  2. Microprocessorchevron-right
  3. 8086 Microprocessor

Basic Arithmetic

  • Add two numbers, store the result at DX register and carry at CX registerarrow-up-right

  • Add two numbers, store the result at DL register and carry at CL register.arrow-up-right

  • Subtract two numbers, store the result at DX register and borrow at CL registerarrow-up-right

  • Multiplyarrow-up-right

  • Dividearrow-up-right

  • Take single character input from keyboard and display it on screenarrow-up-right

  • Print your name without using data variablearrow-up-right

  • Sort given numbers in ascending orderarrow-up-right

  • Separate odd and even numbersarrow-up-right

Previous8086 Microprocessorchevron-leftNextPractice Programs for 8086 Microprocessorchevron-right

Last updated 1 year ago