Question: Project2A Submit Assignment Submitting a file upload Due Thursday by 11:59pm Points 10 Available after Feb 20 at 10:30am File Types asm Write a x64

Project2A Submit Assignment Submitting a file upload Due Thursday by 11:59pm Points 10 Available after Feb 20 at 10:30am File Types asm Write a x64 MASM program: In your .data? segment, declare 4 integer variables (byte, word, dword, qword) in order of ascending size. In your.code segment, move the following (hexadecimal) values into your variables: 7369206dh .dh 202020216e754620h (you may need a register to help move this one) 7361h Using the WriteFile Windows API, display your data on the console. Copy/Paste the console output to the end of your source code, and explain how this works. Submit your .asm file in Canvas Project2A Submit Assignment Submitting a file upload Due Thursday by 11:59pm Points 10 Available after Feb 20 at 10:30am File Types asm Write a x64 MASM program: In your .data? segment, declare 4 integer variables (byte, word, dword, qword) in order of ascending size. In your.code segment, move the following (hexadecimal) values into your variables: 7369206dh .dh 202020216e754620h (you may need a register to help move this one) 7361h Using the WriteFile Windows API, display your data on the console. Copy/Paste the console output to the end of your source code, and explain how this works. Submit your .asm file in Canvas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
