1. Instruction Set and Programming of 8085 (Chapter 2) | 12th( HSC ) Computer Science Part 2

2. Instruction Set and Programming of 8085 | Maharastra Board | HSC For notes download App : https://clpmark.page.link/akLA Connect with me on : Telegram : https://t.me/rahul_vs Twitter :   / de_codrr   Linkedin :   / i-rahul-vishwakarma   Instagram :   / codekadose1   Facebook :   / irahulvs   Practice Questions : 1. Write an 8085 assembly language program to move the contents of register `B` to register `C`. 2. *Write an 8085 assembly language program to load the accumulator with the contents of memory location `3000H`.* 3. Write an 8085 assembly language program to move the immediate data `55H` into register `D`. 4. Write an 8085 assembly language program to store the contents of the accumulator into memory location `4000H`. 5. Write an 8085 assembly language program to load the accumulator with data from a memory location pointed to by the register pair `HL`. 6. Write an 8085 assembly language program to load the immediate data `99H` into the accumulator. 7. *Write an 8085 assembly language program to move the contents of memory location `3000H` to memory location `4000H`.* 8. Write an 8085 assembly language program to exchange the contents of register pairs `HL` and `DE`. 9. Write an 8085 assembly language program to store the contents of the accumulator into the memory location pointed to by the `HL` register pair. 10. Write an 8085 assembly language program to load the accumulator with the data from the memory location pointed to by the register pair `DE`. 11. Write an 8085 assembly language program to store the contents of the accumulator into the memory location pointed to by the register pair `BC`. 12. Write an 8085 assembly language program to load the HL register pair with the contents of memory locations `3000H` (low byte) and `3001H` (high byte). 13. Write an 8085 assembly language program to store the contents of the HL register pair into memory locations `4000H` (low byte) and `4001H` (high byte). #HSC #ComputerScience #MaharastraBoard #oneShot