Win32 compilation tools mainly include MASM and tasm. I chose the former for a wide range of use and ease of communication.
According to the introduction, I first downloaded masm32 (http://www.masm32.com/), found good, but not what I want most.
Later found RadAsm (Official Address: http://www.oby.ro/rad_asm/index.html)
I finally chose the RadAsm Chinese integration package (http://www.hanzify.org /? Go = show: List & id = 9417). It also contains resource editing tools, debugging tools, and even frequently used e-books.
You are ready to use it.CodeTips, code templates, code coloring, code folding, and project management are convenient.
The reason for finding friends who do not select it is: it is not good for Chinese support! The Editor supports Chinese characters only when you select a Chinese font (for example,.
After a simple attempt, I found the ideal solution.
The most commonly used font in the code editor is Courier New. Of course, RadAsm does not support Chinese characters, but my favorite font is fixedsys, which is the default font of notepad; after fixedsys is used, it is beautiful and supports Chinese!
Setting Method: Options> font options> code editing
The default color is not ideal, but it has multiple color options and supports customization. I use yellow corn.
Setting Method: Options> color and keyword> select color topic> load> application.
Start test firstProgramRight:
File-> new project-> project type select Win32 app, enter the project name "test"-> template select: win32exe. TPL-> next-> complete.
Double-click "test. ASM" in the project list to view the automatically generated code. use Ctrl + F5 (or the menu and tool buttons) to compile and run the code. The result is as follows: