Question: 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

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]
- 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]
Study the given assembly language in Figure 3 below INCLUDE Irvine 32.inc .data stringi IntValue .code BYTE "Integer Number Representation (32 bits) :",0 DWORD 2000 main PROC call Crlf mov edx, OFFSET stringl call Crlf call Crlf mov eax, IntValue call Crlf mov eax IntValue call Crlf 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 call Crlf mov eax, IntValue call Crif call Crlf exit main ENDP END main Study the given assembly language in Figure 3 below INCLUDE Irvine 32.inc .data stringi IntValue .code BYTE "Integer Number Representation (32 bits) :",0 DWORD 2000 main PROC call Crlf mov edx, OFFSET stringl call Crlf call Crlf mov eax, IntValue call Crlf mov eax IntValue call Crlf 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 call Crlf mov eax, IntValue call Crif call Crlf exit main ENDP END main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
