HameroHa
  • Categories
    • Automobile
    • Bus
    • Minibus
    • Pikap
    • Truck
  • Sell Car
  • Buy Car
  • My Account

microprocessor

Academics

Microprocessor 8085 Code to add 2 data from the memory

Write a microprocessor 8085 program to add the content of memory location 2065H and 2066H and store the result in the next memory location. Mnemonics LXI H,2065 MOV A,M INX H ADD M INX H MOV M,A HLT Machine code for the above mnemonics 21 65 20 7E 23 86 Read more…

By Hameroha, 9 years ago
Academics

Microprocessor 8085 Code to move data from Register to memory

Write a microprocessor 8085 program to load Register C with BBH, and store this data to memory location 2040H. Microprocessor 8085 Code to move data from Register to memory Code MVI C,BBH LXI H,2040H MOV M,C RST

By Hameroha, 9 years ago
  • Facebook
  • Twitter
  • Terms and Conditions
  • Privacy Policy
  • Contact
Hestia | Developed by ThemeIsle