Trying my hand at Linux assembly and I'm running into the following problem. I'm just starting out so my program is a relativily simple one derived from some examples I found over at linuxassembly. It takes the first argument passed to the command line and prints it out. Here is what I have so far...Trying my hand at Linux assembly and I'm runnin