I tested the example file [uppercaser-linux-c.s](https://github.com/hackclub/some-assembly-required/blob/main/code/x86-intel/uppercaser/uppercaser-linux-c.s) although it doesn't look like it's designed to uppercaser.. from the comment section in the file [uppercaser-linux-c.s](https://github.com/hackclub/some-assembly-required/blob/main/code/x86-intel/uppercaser/uppercaser-linux-c.s) ``` # Will print out command-line arguments and argument count ``` Also, it seems like while it's designed to print the number of command line arguments, it always prints `-1` for every amount of arguments I feed it..