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.
如何在 TASM 中获取命令行参数?在 MASM32 中非常简单
invoke GetCL,1,addr buffer
我认为您应该始终能够使用操作系统的 API 功能。对于 Windows 程序,从GetCommandLine开始。