CA-sample Program
CA-sample Program
Mov Rd,Rs
Rs= Source Register
Rd=destination register
The instruction transfers the content from source register to destination
register.
1. Ex: Mov B ,C
This instruction is used to transfer the data from C register to B register.
2. Mov D, 8500H
Ex: MVI D, 05
Explanation: