Open yancyribbens opened 2 years ago
Oh no! Thank you for catching this. Unfortunately I do not have a computer that was able to test this file when it came in, so I was unable to fully verify it working.
Some solutions:
Thoughts @yancyribbens?
Hi! Could you drop the platform and compiler you used? I remember this file doesn't perform any actual uppercasing but the it should at least print the arguments. I will try to reproduce this as soon as I have time.
I tested the example file 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
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..