CsitLabs
Ctrlk
  • CSIT Labs
  • 1st Semester
  • 2nd Semester
    • Algorithms used in Discrete Structure class
    • Microprocessor
      • 8085 Microprocessor
        • Arithmetic and Logical Instruction Set
        • Branching Instruction Set
        • Data Transfer and Instruction Set
        • Multiply, Divide and Memory Block Operations
        • Rotate Instruction Set
        • Subroutine, Stack and BCD Conversion](Subroutine_Stack_BCD_Conversion
      • 8086 Microprocessor
    • Object Oriented Programming using C++
    • Statistics-I
  • 3rd Semester
  • 4th Semester
  • 5th Semester
  • 6th Semester
  • 7th Semester
  • docs
Powered by GitBook
On this page

Was this helpful?

  1. 2nd Semester
  2. Microprocessor
  3. 8085 Microprocessor

Data Transfer and Instruction Set

  • Load register with data

  • Load register with data and copy content of this memory location to register C

  • Load content of memory location to register

  • Store content of register to memory location

  • Input data from port address and out through port address

  • Display content of memory location into port address

  • Swap contents of register B and C

  • Swap contents of memory location

PreviousBranching Instruction SetNextMultiply, Divide and Memory Block Operations

Last updated 1 year ago

Was this helpful?