Microprocessor 8085, 8086 and 8088 programming (Assembly Language Programming)

1. Write a program to transfer 03H in register B and 04H in register C. Transfer the content of C to D and add the content of B and D.
ans:=>
           MVI B,03H
           MVI C,04H
           MOV D,C
           ADD B
           HLT -->

2 comments:

  1. b ra d ko content add garna ta euta ko content lai accumulator ma transfer garera arko add garne jasto lagya thyo ta

    ReplyDelete
  2. YA, U correct yar...sorry I missed one step....
    AFTER MOV D,C
    INSERT: MOV A,D

    ReplyDelete

Feel free to contact the admin for any suggestions and help.