Home /
Expert Answers /
Computer Science /
nbsp-part-6-please-fill-the-blanks-using-dosbox-program-thank-you-part-6-execution-assembly-pa294
(Solved):
part 6
please fill the blanks using DOSBOX program, thank you.
Part 6: Execution Assembly ...
part 6
please fill the blanks using DOSBOX program, thank you.
Part 6: Execution Assembly Instructions Here we will learn how to execute Assembly instructions and observe the results. Procedure 1. Initialize the internal registers of the \( 80 \times 86 \) as follows: \[ \begin{array}{l} (\mathrm{AX})=0000 \mathrm{H} \\ (\mathrm{BX})=0001 \mathrm{H} \end{array} \] 2. Initialize the word storage locations in the memory as follow: (DS: \( 0001 \mathrm{H})=\mathrm{BBBBH} \) \( (\mathrm{DS}: 0004 \mathrm{H})=\mathrm{CCCCH} \) 3. Enter the following Assembly instructions at the current CS:IP MOV AX, BX MOV AX, OAAAA MOV AX, [BX] MOV AX, [4] ADD AX, BX 4. Execute the Assembly instruction that you have entered in part 3, then describe the operation performed by the instruction. - INST. 1 - INST.2 - INST.3 - INST.4 - INST.5