how to accept input from command line in a assembly program build using gcc tools?
问题 I actually wanted to write a program in assembly(linux) , to accept filename from the command line and I was successful by retrieving the values from the stack using successive pop opcodes when I used "ld" command to build but I was unsuccessful when i used "gcc" command . I need to use gcc because I will be using various C std library function in this program. Actually the file was creating , but its always got a "Invalid encoding " label and appeared like <? G ? in the directory.I wanted to