Question: In DEBUG. a. Execute the following command: e 100 2c 3a 4e 51 Use the A command to enter the following program: mov ch, [101]
In DEBUG. a. Execute the following command: e 100 2c 3a 4e 51 Use the A command to enter the following program: mov ch, [101] mov bl, [100] inc bx mov ax, [102] inc ax nop Execute the program using the T command. b. Show the final values of ax, bx and cx. Explain in detail how each arrived at their particular values. Get into DEBUG and enter the following assembly language instructions using the A command: mov ax, -10 mov bh, -33 mov bl -16 nop Run the program using the T command. Notice the value placed in AX. How was that hexadecimal value arrived at? In DEBUG. a. Execute the following command: e 100 2c 3a 4e 51 Use the A command to enter the following program: mov ch, [101] mov bl, [100] inc bx mov ax, [102] inc ax nop Execute the program using the T command. b. Show the final values of ax, bx and cx. Explain in detail how each arrived at their particular values. Get into DEBUG and enter the following assembly language instructions using the A command: mov ax, -10 mov bh, -33 mov bl -16 nop Run the program using the T command. Notice the value placed in AX. How was that hexadecimal value arrived at
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
