Question: Install the masm32 assembler (and supporting files) from here: www.masm32.com masm32 will automatically install to c:masm32. In that folder, you will find editor, the editor,
Install the masm32 assembler (and supporting files) from here: www.masm32.com masm32 will automatically install to c:\masm32. In that folder, you will find editor, the editor, and development environment you will use. Start editor and open the hello.asm file under c:\masm32\tutorial\console\demo1. Examine the code as best as you can and locate the string Hey, this actually works. Try increasing the size of the string by padding it with random letters, then running Console Assemble & Link under the Project Menu. Estimate the size of the string in bytes, then try several more times. Write down your results (size of string and what printed) and submit them here. Suggestion: use the Python program largestring.py to assist you in your experimentation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
