how do you get command line argument in TASM? Pretty simple in MASM32
invoke GetCL,1,addr buffer
how do you get command line argument in TASM? Pretty simple in MASM32
invoke GetCL,1,addr buffer
I presume you should always be able to use the OS's API functions. For Windows programs, start with GetCommandLine.