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.
アセンブリでコンマ行引数を出力するWindowsアプリを作成しています。私はすべての処理コードを持っています。私が知る必要があるのは、プログラムの引数がスタックのどこにあるかです。
コマンドライン引数は、実際にはスタックに渡されません。コマンドラインへのポインタを取得する公式の方法は、KERNEL32関数GetCommandLineを呼び出すことです。