1. Write an assembly language program that clears the screen, locates the cursor near the middle of the screen, asks for your name, age, prompts for two integers, adds the integers, and displays their sum. Let the program repeat the steps three times using a loop. Clear the screen after each iteration. 2. Write a 32-bit mode assembly language program that uses a LOOP to sum the elements of the following words array: arrayD WORD 100h, 200h, 300h, 400h For each of the above problems: Use procedures wherever possible Submit the program pseudocodes and flowchart on a word document and the asm file separately Screen dumps for the results Tobe uploaded on blackboard

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.4: Program Input Using Cin
Problem 9E
icon
Related questions
Topic Video
Question
ال 46
4G+
Edit
Q (474%
1. Write an assembly language program that clears the screen, locates the cursor near
the middle of the screen, asks for your name, age, prompts for two integers, adds the
integers, and displays their sum.
28
|16|
Let the program repeat the steps three times using a loop. Clear the screen after each
iteration.
For each of the above problems:
Use procedures wherever possible
Submit the program pseudocodes and flowchart on a word document and the
asm file separately
Screen dumps for the results
Tobe uploaded on
blackboard
Tools
2. Write a 32-bit mode assembly language program that uses a LOOP to sum the
elements of the following words array:
arrayD WORD 100h, 200h, 300h, 400h
Mobile view
20:50
go
x
Share
Transcribed Image Text:ال 46 4G+ Edit Q (474% 1. Write an assembly language program that clears the screen, locates the cursor near the middle of the screen, asks for your name, age, prompts for two integers, adds the integers, and displays their sum. 28 |16| Let the program repeat the steps three times using a loop. Clear the screen after each iteration. For each of the above problems: Use procedures wherever possible Submit the program pseudocodes and flowchart on a word document and the asm file separately Screen dumps for the results Tobe uploaded on blackboard Tools 2. Write a 32-bit mode assembly language program that uses a LOOP to sum the elements of the following words array: arrayD WORD 100h, 200h, 300h, 400h Mobile view 20:50 go x Share
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr