Question: Please Write in Assembly Language using Visual Studio. Thank You qVal. (5 points) Write an assembly program that does the following: - Define the following

Please Write in Assembly Language using Visual Studio. Thank You
qVal. (5 points) Write an assembly program that does the following: - Define the following value 0506030704080102h in the data segment using the 64-bit unsigned identifier named - You can subdivide the qVal value into 4 words - 0506, 0307, 4080, 0102 - Extract these words from qVal using PTR operator. - Find the sum of the words. The sum should be D17h. - Store the result in any 16-bit register. - The direction of adding two words goes from left to right. Submit the following: Rename the asm file using your last name as Lastname3.asm Screenshot of the code and memory window showing the result in a 16-bit register. qVal. (5 points) Write an assembly program that does the following: - Define the following value 0506030704080102h in the data segment using the 64-bit unsigned identifier named - You can subdivide the qVal value into 4 words - 0506, 0307, 4080, 0102 - Extract these words from qVal using PTR operator. - Find the sum of the words. The sum should be D17h. - Store the result in any 16-bit register. - The direction of adding two words goes from left to right. Submit the following: Rename the asm file using your last name as Lastname3.asm Screenshot of the code and memory window showing the result in a 16-bit register
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
