Question:
Assembly Language Programming
Write a program using the mov instruction to produce the following results. Assemble and debug the problem.
1. Move the contents of register AX to registers BX, SI, and DS.
2. Move the word contents of memory location DS:1234h to memory location DS:5678h.
3. Store the number 5678h in memory location DS:2000h using indirect addressing only.
4. Store the number 1234h in absolute memory address 60000h.