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

Refer to the assembly language code in Figure 3, answer this following questions:

  1. Run and debug the program. [1 mark]
  2. Capture the output from the visual studio [1 mark]
  3. State the line numbers that are creating the problem. [2 marks]
  4. Rewrite the code, debug and run again the code with no error. [5 marks]
  5. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!