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
OSのAPI関数はいつでも使えるはずだと思います。Windowsプログラムの場合は、GetCommandLineから始めます。