Learning Win32 Assembly [1]: select the editing and compilation tool

Source: Internet
Author: User
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:


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.