Question: PLEASE ANSWER THIS IMMEDIATELY EMERGENCY Question 5 (10 marks) Study the given assembly language in Figure 3 below INCLUDE Irvine 32.inc .data string1 IntValue .
PLEASE ANSWER THIS IMMEDIATELY EMERGENCY


Question 5 (10 marks) Study the given assembly language in Figure 3 below INCLUDE Irvine 32.inc .data string1 IntValue . code BYTE "Integer Number Representation (32 bits)mi",0 DWORD 2000 main PROC call Crlf mov edx, OFFSET stringi call Crif WA call Crif IntValue mov eax call Crlf w mov eax IntValue 15 16 17 18 19 20 21 22 23 24 25 26 27 call Crlf call Crlf mov eax, IntValue WWW W call Crif call Crif exit main ENDP END main W Figure 3 CONFIDENTIAL a. b. Refer to the assembly language code in Figure 3, answer this following questions: Run and debug the program. [1 mark] Capture the output from the visual studio [1 mark] State the line numbers that are creating the problem. [2 marks] d. Rewrite the code, debug and run again the code with no error. [5 marks] Capture and attached the output of the program from (C). [1 mark] C. e. Question 5 (10 marks) Study the given assembly language in Figure 3 below INCLUDE Irvine 32.inc .data string1 IntValue . code BYTE "Integer Number Representation (32 bits)mi",0 DWORD 2000 main PROC call Crlf mov edx, OFFSET stringi call Crif WA call Crif IntValue mov eax call Crlf w mov eax IntValue 15 16 17 18 19 20 21 22 23 24 25 26 27 call Crlf call Crlf mov eax, IntValue WWW W call Crif call Crif exit main ENDP END main W Figure 3 CONFIDENTIAL a. b. Refer to the assembly language code in Figure 3, answer this following questions: Run and debug the program. [1 mark] Capture the output from the visual studio [1 mark] State the line numbers that are creating the problem. [2 marks] d. Rewrite the code, debug and run again the code with no error. [5 marks] Capture and attached the output of the program from (C). [1 mark] C. e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
