Write a x64 MASM program:
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
- 6dh
- 216e754620h (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