Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flat Assembler 中的 win32a、win32ax、win32axp、win32w、win32wx 和 win32wxp .inc 文件有什么区别?我试图在 FASM 文档中找到它,但我无法...
在此先感谢 ChristonianCoder
有 6 个 32 位 Windows 标头可供您选择,名称以 win32 开头,后跟字母 a 表示使用 ASCII 编码,或字母 w 表示 WideChar 编码。win32a.inc 和 win32w.inc 是基本头文件,win32ax.inc 和 win32wx.inc 是扩展头文件,它们提供了更高级的宏指令,这些扩展将单独讨论。最后,win32axp.inc 和 win32wxp.inc 是相同的扩展头文件,启用了检查过程调用中参数计数的功能。
http://flatassembler.net/docs.php?article=win32